diff options
author | Werner Koch <wk@gnupg.org> | 1998-12-09 13:44:46 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-12-09 13:44:46 +0100 |
commit | a45f8241500f8f980cf19afb70e90ac346da9d59 (patch) | |
tree | 827457e8b82f05017212c33ca906084f5431eda4 /util/iobuf.c | |
parent | See ChangeLog: Tue Dec 8 15:09:29 CET 1998 Werner Koch (diff) | |
download | gnupg2-a45f8241500f8f980cf19afb70e90ac346da9d59.tar.xz gnupg2-a45f8241500f8f980cf19afb70e90ac346da9d59.zip |
See ChangeLog: Wed Dec 9 13:41:06 CET 1998 Werner Koch
Diffstat (limited to '')
-rw-r--r-- | util/iobuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/iobuf.c b/util/iobuf.c index d58a8e40d..67a097495 100644 --- a/util/iobuf.c +++ b/util/iobuf.c @@ -625,7 +625,7 @@ iobuf_openrw( const char *fname ) /**************** * You can overwrite the normal iobuf behaviour by using this function. - * If used, the crwated iobuf is a simple wrapper around stdio. + * If used the iobuf is a simple wrapper around stdio. * NULL if an error occures and sets errno */ IOBUF |