From 200d94e5636d1852ae3c435d9a8335f655b95c27 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 29 Jul 2014 20:44:28 +0200 Subject: debug: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Michael Adam --- lib/util/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/debug.c b/lib/util/debug.c index 49bf204b04..95b9db6832 100644 --- a/lib/util/debug.c +++ b/lib/util/debug.c @@ -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); } -- cgit