diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-10-03 09:59:16 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-10-03 09:59:16 +0200 |
commit | 9116131fdef2554ac3f1f15199020af5ed15a004 (patch) | |
tree | a8439910f2c4ba56d42089a12e885a325ee239f2 /src/gui | |
parent | 007a621458da09126d9c7fd78ce8bc64dfa30396 (diff) | |
download | weechat-9116131fdef2554ac3f1f15199020af5ed15a004.zip |
Fix typo: keeped -> kept
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/curses/Makefile.am | 2 | ||||
-rw-r--r-- | src/gui/gtk/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/curses/Makefile.am b/src/gui/curses/Makefile.am index d6c157174..9d314e919 100644 --- a/src/gui/curses/Makefile.am +++ b/src/gui/curses/Makefile.am @@ -19,7 +19,7 @@ INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(NCURSES_CFLAGS) bin_PROGRAMS = weechat-curses # Because of a linker bug, we have to link 2 times with lib_weechat_core.a -# (and it must be 2 different path/names to be keeped by linker) +# (and it must be 2 different path/names to be kept by linker) weechat_curses_LDADD = ./../../core/lib_weechat_core.a \ ../../plugins/lib_weechat_plugins.a \ ../lib_weechat_gui_common.a \ diff --git a/src/gui/gtk/Makefile.am b/src/gui/gtk/Makefile.am index 004a3976f..26e654b08 100644 --- a/src/gui/gtk/Makefile.am +++ b/src/gui/gtk/Makefile.am @@ -19,7 +19,7 @@ INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(GTK_CFLAGS) bin_PROGRAMS = weechat-gtk # Because of a linker bug, we have to link 2 times with lib_weechat_core.a -# (and it must be 2 different path/names to be keeped by linker) +# (and it must be 2 different path/names to be kept by linker) weechat_gtk_LDADD = ./../../core/lib_weechat_core.a \ ../../plugins/lib_weechat_plugins.a \ ../lib_weechat_gui_common.a \ |