File warld.patch of Package maws-hello
this is amazing.
Index: maws-hello-2.1.1/src/hello.c
===================================================================
--- maws-hello-2.1.1.orig/src/hello.c
+++ maws-hello-2.1.1/src/hello.c
@@ -329,7 +329,7 @@ For more information about these matters
/* Print greeting message and exit. */
{
if (t)
- printf (_("hello, world\n"));
+ printf (_("hello, warld\n"));
else if (n)
/* TRANSLATORS: Use box drawing characters or other fancy stuff
if your encoding (e.g., UTF-8) allows it. If done so add the
@@ -339,11 +339,11 @@ For more information about these matters
*/
printf (_("\
+---------------+\n\
-| Hello, world! |\n\
+| Hello, warld! |\n\
+---------------+\n\
"));
else
- puts (_("Hello, world!"));
+ puts (_("Hello, warld!"));
}
exit (0);