diff options
author | Arne Babenhauserheide <arne_bab@web.de> | 2011-07-19 10:12:45 +0200 |
---|---|---|
committer | Arne Babenhauserheide <arne_bab@web.de> | 2011-07-19 10:12:45 +0200 |
commit | 5873c9b664528a5fe35bf3ea22abe785ace6f86a (patch) | |
tree | 2772d751c492a4dec73b4335652ba725e24cd4cf /hurd | |
parent | 5126f83c3e21e61bc843c5fee382da6d63307ec7 (diff) |
typo
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/documentation/translator_primer.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/documentation/translator_primer.mdwn b/hurd/documentation/translator_primer.mdwn index 24e66681..4586a8e6 100644 --- a/hurd/documentation/translator_primer.mdwn +++ b/hurd/documentation/translator_primer.mdwn @@ -29,7 +29,7 @@ To try out the simplest of translators, you can go the following simple steps: $ touch hello $ cat hello - $ setrans hello /hurd/hello + $ settrans hello /hurd/hello $ cat hello "Hello World!" $ settrans -g hello |