Browse Source

Fix comment

tags/1.4
Timo Röhling 8 years ago
parent
commit
e2ed71fa64
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      postsrsd.c

+ 1
- 1
postsrsd.c View File

@@ -412,7 +412,7 @@ int main (int argc, char **argv)
412 412
   }
413 413
   if (reverse_sock < 0) return EXIT_FAILURE;
414 414
 
415
-  /* Open syslog now (NDELAY), because it may no longer reachable from chroot */
415
+  /* Open syslog now (NDELAY), because it may no longer be reachable from chroot */
416 416
   openlog (self, LOG_PID | LOG_NDELAY, LOG_MAIL);
417 417
   /* Force loading of timezone info (suggested by patrickdk77) */
418 418
   now = time(NULL);

Loading…
Cancel
Save