fix printf warning
[oweals/busybox.git] / shell / hush.c
index 6d31cdca57cf26793a59914d18f55cee02e0371e..49e2397ad2a7456e0e0a514366b2bd8af846d29c 100644 (file)
@@ -2646,7 +2646,7 @@ void update_ifs_map(void)
        mapset(ifs, 2);            /* also flow through if quoted */
 }
 
-/* most recursion does not come through here, the exeception is
+/* most recursion does not come through here, the exception is
  * from builtin_source() */
 int parse_stream_outer(struct in_str *inp, int flag)
 {