all repos — fluxbox @ bd7c3139bca1e4d20a0ecd366ed77bab28b5afcf

custom fork of the fluxbox windowmanager

spelling
fluxgen fluxgen
commit

bd7c3139bca1e4d20a0ecd366ed77bab28b5afcf

parent

f89ecbfeb2fe3678afd010fc85eb6e130df7d8b0

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/Window.ccsrc/Window.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// 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 @@

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);