summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-10-03 09:59:16 +0200
committerSebastien Helleu <flashcode@flashtux.org>2009-10-03 09:59:16 +0200
commit9116131fdef2554ac3f1f15199020af5ed15a004 (patch)
treea8439910f2c4ba56d42089a12e885a325ee239f2 /src/gui
parent007a621458da09126d9c7fd78ce8bc64dfa30396 (diff)
downloadweechat-9116131fdef2554ac3f1f15199020af5ed15a004.zip
Fix typo: keeped -> kept
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/curses/Makefile.am2
-rw-r--r--src/gui/gtk/Makefile.am2
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 \