]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/DS.pm
triewyde: ficks soem speling errrors
[public-inbox.git] / lib / PublicInbox / DS.pm
index 4d685131f0cf24ec709f878d518ccdfa64eecdae..01c8917eafedb6f509b0953ddf59c192b61ab86a 100644 (file)
@@ -615,7 +615,7 @@ sub shutdn_tls_step ($) {
 }
 
 # don't bother with shutdown($sock, 2), we don't fork+exec w/o CLOEXEC
-# or fork w/o exec, so no inadvertant socket sharing
+# or fork w/o exec, so no inadvertent socket sharing
 sub shutdn ($) {
     my ($self) = @_;
     my $sock = $self->{sock} or return;