debug: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 29 Jul 2014 18:44:28 +0000 (20:44 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 31 Jul 2014 16:49:47 +0000 (18:49 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
lib/util/debug.c

index 49bf204b041407ccfe32beed481f87fe1c824cae..95b9db68322cea8c6af5b7dec2682d7af50d83b3 100644 (file)
@@ -627,7 +627,7 @@ bool reopen_logs_internal(void)
                if (dup2(state.fd, 2) == -1) {
                        /* Close stderr too, if dup2 can't point it -
                           at the logfile.  There really isn't much
-                          that can be done on such a fundemental
+                          that can be done on such a fundamental
                           failure... */
                        close_low_fds(false, false, true);
                }