diff options
Diffstat (limited to 'examples/scripts/hello')
-rwxr-xr-x | examples/scripts/hello | 2 |
1 files changed, 1 insertions, 1 deletions
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 |