diff options
author | Werner Koch <[email protected]> | 1998-04-14 17:51:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-04-14 17:51:16 +0000 |
commit | 700c438def7defcdda1e806f4652b89987485882 (patch) | |
tree | 4bcf95b64e4e012351d8a837e329249a2963a397 /util/fileutil.c | |
parent | new release (diff) | |
download | gnupg-700c438def7defcdda1e806f4652b89987485882.tar.gz gnupg-700c438def7defcdda1e806f4652b89987485882.zip |
applied Mathews typo and grammar fixes
Diffstat (limited to 'util/fileutil.c')
-rw-r--r-- | util/fileutil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/fileutil.c b/util/fileutil.c index f3e00f8d6..88c84ecff 100644 --- a/util/fileutil.c +++ b/util/fileutil.c @@ -31,7 +31,7 @@ /**************** - * Construct a filename form the NULL terminated list of parts. + * Construct a filename from the NULL terminated list of parts. * Tilde expansion is done here. */ char * @@ -66,7 +66,7 @@ make_filename( const char *first_part, ... ) /**************** - * A simple function to decide, wether the filename ist stdout + * A simple function to decide whether the filename is stdout * or a real filename. */ const char * |