diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/divertdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/divertdb.c b/src/divertdb.c index 20693e512..a2e94f6bd 100644 --- a/src/divertdb.c +++ b/src/divertdb.c @@ -96,7 +96,7 @@ ensure_diversions(void) diversions = NULL; if (!file) { onerr_abort--; - debug(dbg_general, "%s: none, reseting", __func__); + debug(dbg_general, "%s: none, resetting", __func__); return; } debug(dbg_general, "%s: new, (re)loading", __func__); |