1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 12:58: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:
Rodolfo García Peñas (kix)
2013-09-09 09:50:58 +02:00
committed by Carlos R. Mafra
parent 7da7203d91
commit 709e7654bc

View File

@@ -4284,7 +4284,7 @@ static char * findUniqueName(WScreen *scr, const char *instance_basename)
}
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
return buffer;