diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-04-20 23:36:20 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-04-20 23:37:43 +0200 |
commit | 60f914bc16cf2aeb518b590cd90dd96a6c6d785e (patch) | |
tree | be6538d8268fe3c32863d6716e0d44840d0261fd /src | |
parent | adb278a57214d0e0d691168330826d3dcad2161a (diff) |
Doc: fix minor typos
Diffstat (limited to 'src')
-rw-r--r-- | src/src/tls-gnu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/tls-gnu.c b/src/src/tls-gnu.c index 5a1cdd40d..316906517 100644 --- a/src/src/tls-gnu.c +++ b/src/src/tls-gnu.c @@ -911,7 +911,7 @@ else but who knows if someone has some weird FIFO which always dumps some certs, or other weirdness. The thing we really want to check is that it's not a directory, since while OpenSSL supports that, GnuTLS does not. - So s/!S_ISREG/S_ISDIR/ and change some messsaging ... */ + So s/!S_ISREG/S_ISDIR/ and change some messaging ... */ if (S_ISDIR(statbuf.st_mode)) { DEBUG(D_tls) |