From e2e2bd5c64f4d59062245c3e6b2c2ed4ed565cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20H=C3=A5llberg?= Date: Thu, 1 Jan 2009 03:02:38 +0100 Subject: minor typo fixes 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 diff --git a/main.c b/main.c index 4904033..894c7b2 100644 --- a/main.c +++ b/main.c @@ -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 diff --git a/powwow.6 b/powwow.6 index acf1d39..6e5fce2 100644 --- a/powwow.6 +++ b/powwow.6 @@ -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 -- cgit v0.10.2