diff options
Diffstat (limited to 'examples/scripts')
-rw-r--r-- | examples/scripts/README | 2 | ||||
-rwxr-xr-x | examples/scripts/hello | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/scripts/README b/examples/scripts/README index f3e965b5a..6041d32de 100644 --- a/examples/scripts/README +++ b/examples/scripts/README @@ -14,7 +14,7 @@ installed and available with the standard installation prefix ** simple-hello.scm - The simplest "Hello World!" program for Guile. Run it like this: + The simplest "Hello World!" program for Guile. Run it like this: $ guile -s simple-hello.scm diff --git a/examples/scripts/hello b/examples/scripts/hello index 01f9a6c3b..fc17271e0 100755 --- a/examples/scripts/hello +++ b/examples/scripts/hello @@ -5,7 +5,7 @@ ;;; This is the famous Hello-World-program, written for Guile. It is a ;;; little bit enhanced in that it understands the command line options ;;; `--help' (-h) and `--version' (-v), which print a short usage -;;; decription or version information, respectively. +;;; description or version information, respectively. ;;; Author: Martin Grabmueller ;;; Date: 2001-05-29 |