str.c: Get rid of VSPRINTF macro.
[dss.git] / snap.c
diff --git a/snap.c b/snap.c
index 7c16d2e870b8e4e918a1486ab801bf31f1344c47..2ec195653c8ce65091b31f512010326649387bf1 100644 (file)
--- a/snap.c
+++ b/snap.c
@@ -84,7 +84,7 @@ static int is_snapshot(const char *dirname, int64_t now, int unit_interval,
        }
        if (!strcmp(dash + 1, "incomplete.being_deleted")) {
                s->completion_time = -1;
-               s->flags = SS_BEING_DELETED; /* mot cpmplete, being deleted */
+               s->flags = SS_BEING_DELETED; /* not complete, being deleted */
                goto success;
        }
        tmp = dash + 1;