WINGs: Added a few missing const attributes
[wmaker-crm.git] / debian / patches / 55_typo.diff
blob2c93e9777a3f5f8ddf6a1d4f4757f0670b70efa8
1 Description: Small typo for the word attempts in src/dock.h.
2 Author: Rodolfo García Peñas (kix) <kix@debian.org>
3 Forwarded: http://lists.windowmaker.org/dev/msg05381.html
4 Last-Update: 2013-09-09
5 --- a/src/dock.c
6 +++ b/src/dock.c
7 @@ -4284,7 +4284,7 @@
10 if (i == UNIQUE_NAME_WATCHDOG)
11 - wwarning("Couldn't find a unique name for drawer in %d attemps.", i);
12 + wwarning("Couldn't find a unique name for drawer in %d attempts.", i);
13 #undef UNIQUE_NAME_WATCHDOG
15 return buffer;