Index: /trunk/src/sed/sed/sed.c
===================================================================
--- /trunk/src/sed/sed/sed.c	(revision 796)
+++ /trunk/src/sed/sed/sed.c	(revision 797)
@@ -176,13 +176,13 @@
 #ifdef _MSC_VER
   {
-    /* The redmon guys doesn't listen to the user in the same way... */
-    const char *lc_all = getenv("LC_ALL");
+    /* The redmond guys doesn't listen to the user in the same way... */
+    const char *lc_all = getenv ("LC_ALL");
     if (lc_all)
-      setlocale (LC_ALL, lc_all); 
+      setlocale (LC_ALL, lc_all);
     else
       {
-        const char *lc_lang = getenv("LANG");
-        const char *lc_ctype = getenv("LC_TYPE");
-        const char *lc_collate = getenv("LC_COLLATE");
+        const char *lc_lang = getenv ("LANG");
+        const char *lc_ctype = getenv ("LC_TYPE");
+        const char *lc_collate = getenv ("LC_COLLATE");
 
         setlocale (LC_ALL, lc_lang ? lc_lang : "");
@@ -195,5 +195,5 @@
 #else
   setlocale (LC_ALL, "");
-#endif 
+#endif
 #endif
   initialize_mbcs ();
