diff options
author | Geert Hauwaerts <geert@irssi.org> | 2006-05-05 13:13:46 +0000 |
---|---|---|
committer | Geert <Geert@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2006-05-05 13:13:46 +0000 |
commit | b1effeb58e0ec0bad16b82d98013c996291700dc (patch) | |
tree | a6d671a1a47cd9dd6df64863fc95b5b93ffe511f /configure.in | |
parent | 740987a39b75ab0d6ef361e41bc2f4c68ae58b86 (diff) | |
download | irssi-b1effeb58e0ec0bad16b82d98013c996291700dc.zip |
Typo fix.
Reported by <fatal.serpent@gmail.com>
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4266 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9f5d9148..343fab37 100644 --- a/configure.in +++ b/configure.in @@ -1043,4 +1043,4 @@ if test "x$enable_openssl" = "xno" -a "x$ssl_error" != "x"; then fi echo -echo "If there was any problems, read the INSTALL file." +echo "If there are any problems, read the INSTALL file." |