diff options
author | Damien Miller <djm@mindrot.org> | 2020-03-13 04:24:23 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-03-13 04:24:23 +0100 |
commit | 397f217e8640e75bb719a8e87111b4bd848fb3df (patch) | |
tree | f7bd19cdbfa5cee35b8b16a123fb24daff6b2efb /openbsd-compat | |
parent | spelling mistakes (diff) | |
download | openssh-397f217e8640e75bb719a8e87111b4bd848fb3df.tar.xz openssh-397f217e8640e75bb719a8e87111b4bd848fb3df.zip |
another spelling error in comment
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/bsd-snprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/bsd-snprintf.c b/openbsd-compat/bsd-snprintf.c index f27b9d808..f041121fd 100644 --- a/openbsd-compat/bsd-snprintf.c +++ b/openbsd-compat/bsd-snprintf.c @@ -73,7 +73,7 @@ * Fix incorrect zpadlen handling in fmtfp. * Thanks to Ollie Oldham <ollie.oldham@metro-optix.com> for spotting it. * few mods to make it easier to compile the tests. - * addedd the "Ollie" test to the floating point ones. + * added the "Ollie" test to the floating point ones. * * Martin Pool (mbp@samba.org) April 2003 * Remove NO_CONFIG_H so that the test case can be built within a source |