1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-30 02:12:30 +01:00

wmaker: Fix typos (used codespell).

This commit is contained in:
Doug Torrance
2016-01-17 15:47:49 -05:00
committed by Carlos R. Mafra
parent e5632a9120
commit 42e4069541
16 changed files with 23 additions and 23 deletions

View File

@@ -535,7 +535,7 @@ static void appiconBalloon(WObjDescriptor *object)
/*
* Check to see if it is a GNUstep app, because in this case we use the instance
* instead of the class, otherwise the user will not be able to distinguish what
* is being refered.
* is being referred.
*/
if (strcmp(aicon->wm_class, "GNUstep") == 0)
display_name = aicon->wm_instance;