diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-06 10:39:38 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-06 10:39:38 +0000 |
commit | 47a2266000dcef92e2019fc82b50ce7ce7753ec3 (patch) | |
tree | c951bed0034c4c08e2321e4d9d5bdc4ed441be11 /games/fortune/strfile | |
parent | 5a1663094b19de58fc8a32485a629c3382407a8c (diff) | |
download | FreeBSD-src-47a2266000dcef92e2019fc82b50ce7ce7753ec3.zip FreeBSD-src-47a2266000dcef92e2019fc82b50ce7ce7753ec3.tar.gz |
Fix typo: seperate -> separate.
Seperate does not exist in the english language.
Submitted to look at by: kris
Diffstat (limited to 'games/fortune/strfile')
-rw-r--r-- | games/fortune/strfile/strfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fortune/strfile/strfile.c b/games/fortune/strfile/strfile.c index 764835b..e9a3e2f 100644 --- a/games/fortune/strfile/strfile.c +++ b/games/fortune/strfile/strfile.c @@ -62,7 +62,7 @@ static const char rcsid[] = # include "strfile.h" /* - * This program takes a file composed of strings seperated by + * This program takes a file composed of strings separated by * lines starting with two consecutive delimiting character (default * character is '%') and creates another file which consists of a table * describing the file (structure from "strfile.h"), a table of seek |