X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=coreutils%2Fecho.c;h=539640fb0052eb3d42f05324d8d05f706db86a15;hb=5cfa5ef6f358bb979b76f8927899b920074f698d;hp=26a6fbf81fba868cd12a80e030090d9d69f86c15;hpb=c7bda1ce659294d6e22c06e087f6f265983c7578;p=oweals%2Fbusybox.git diff --git a/coreutils/echo.c b/coreutils/echo.c index 26a6fbf81..539640fb0 100644 --- a/coreutils/echo.c +++ b/coreutils/echo.c @@ -27,7 +27,7 @@ /* Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org) * - * Because of behavioral differences, implemented configureable SUSv3 + * Because of behavioral differences, implemented configurable SUSv3 * or 'fancy' gnu-ish behaviors. Also, reduced size and fixed bugs. * 1) In handling '\c' escape, the previous version only suppressed the * trailing newline. SUSv3 specifies _no_ output after '\c'.