spelling
This commit is contained in:
parent
f89ecbfeb2
commit
bd7c3139bc
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: Window.cc,v 1.76 2002/09/01 11:44:12 fluxgen Exp $
|
||||
// $Id: Window.cc,v 1.77 2002/09/01 11:44:56 fluxgen Exp $
|
||||
|
||||
#include "Window.hh"
|
||||
|
||||
|
@ -2771,7 +2771,7 @@ void FluxboxWindow::mapRequestEvent(XMapRequestEvent *re) {
|
|||
XClassHint ch;
|
||||
|
||||
if (XGetClassHint(display, getClientWindow(), &ch) == 0) {
|
||||
cerr<<"Failed to ready class hint!"<<endl;
|
||||
cerr<<"Failed to read class hint!"<<endl;
|
||||
} else {
|
||||
if (ch.res_name != 0) {
|
||||
m_instance_name = const_cast<char *>(ch.res_name);
|
||||
|
|
Loading…
Reference in a new issue