diff options
author | Gustav HÃ¥llberg <gustav@gmail.com> | 2009-01-01 02:02:38 (GMT) |
---|---|---|
committer | Gustav HÃ¥llberg <gustav@gmail.com> | 2009-01-16 23:38:32 (GMT) |
commit | e2e2bd5c64f4d59062245c3e6b2c2ed4ed565cca (patch) | |
tree | a47627e72f24c5b1ffb57df88a38331220f5acca | |
parent | 6932d16e08df4447e2532aa2c061959221914c5e (diff) | |
download | powwow-e2e2bd5c64f4d59062245c3e6b2c2ed4ed565cca.zip powwow-e2e2bd5c64f4d59062245c3e6b2c2ed4ed565cca.tar.gz powwow-e2e2bd5c64f4d59062245c3e6b2c2ed4ed565cca.tar.bz2 |
minor typo fixes
-rw-r--r-- | ChangeLog.old | 4 | ||||
-rw-r--r-- | main.c | 2 | ||||
-rw-r--r-- | powwow.6 | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog.old b/ChangeLog.old index b8abcb4..9a7fad4 100644 --- a/ChangeLog.old +++ b/ChangeLog.old @@ -248,7 +248,7 @@ 2005-03-22 00:17 bpk * NEWS: Updated news - * NEWS, edit.c: Added 1.2.8 news, fixed but in upcase/downcase + * NEWS, edit.c: Added 1.2.8 news, fixed bug in upcase/downcase word (Dain) 2005-03-21 22:55 bpk @@ -319,7 +319,7 @@ * Makefile.am, Makefile.in, aclocal.m4: Updated to include the debian build files in the make dist, also regenerated some of - teh automake/conf stuff + the automake/conf stuff 2005-03-12 05:05 bpk @@ -246,7 +246,7 @@ int main __P2 (int,argc, char **,argv) #ifdef USE_LOCALE if (!setlocale(LC_ALL, "")) { - fprintf(stderr, "Failed setlocale(LC_ALL, \"C\")\n"); + fprintf(stderr, "Failed setlocale(LC_ALL, \"\")\n"); } #endif @@ -13,7 +13,7 @@ and whistles to the standard .BR telnet (1) communication utility, mainly intended for playing multi-user games such as -.I MUDs (Multi User Dungeons). +.IR MUDs " (" "Multi User Dungeons" ")." .PP .B powwow is either invoked with |