diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-24 04:45:32 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-24 04:45:32 +0000 |
commit | 391a408eee5351b4c4714f9edfe358d924ea80bc (patch) | |
tree | 9b469da70856e1c1294f94a3feacd5909b060665 /src/utils.c | |
parent | a34db10d653b296ee9ed3a2c742baf600978cae8 (diff) |
Fixed a tonne of spelling mistakes.
Diffstat (limited to 'src/utils.c')
-rw-r--r-- | src/utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.c b/src/utils.c index db11221..8d5a432 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,4 +1,4 @@ -/* $Id: utils.c,v 1.30 2002-05-23 18:28:12 rjkaes Exp $ +/* $Id: utils.c,v 1.31 2002-05-24 04:45:32 rjkaes Exp $ * * Misc. routines which are used by the various functions to handle strings * and memory allocation and pretty much anything else we can think of. Also, @@ -216,7 +216,7 @@ create_file_safely(const char *filename) } /* - * On systems whcih don't support ftruncate() the best we can + * On systems which don't support ftruncate() the best we can * do is to close the file and reopen it in create mode, which * unfortunately leads to a race condition, however "systems * which don't support ftruncate()" is pretty much SCO only, |