mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
Small typo with the word attempts
This patch changes the word attemps to attempts in src/dock.c
This commit is contained in:
committed by
Carlos R. Mafra
parent
7da7203d91
commit
709e7654bc
@@ -4284,7 +4284,7 @@ static char * findUniqueName(WScreen *scr, const char *instance_basename)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (i == UNIQUE_NAME_WATCHDOG)
|
if (i == UNIQUE_NAME_WATCHDOG)
|
||||||
wwarning("Couldn't find a unique name for drawer in %d attemps.", i);
|
wwarning("Couldn't find a unique name for drawer in %d attempts.", i);
|
||||||
#undef UNIQUE_NAME_WATCHDOG
|
#undef UNIQUE_NAME_WATCHDOG
|
||||||
|
|
||||||
return buffer;
|
return buffer;
|
||||||
|
|||||||
Reference in New Issue
Block a user