X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=snap.c;h=2ec195653c8ce65091b31f512010326649387bf1;hp=7c16d2e870b8e4e918a1486ab801bf31f1344c47;hb=16f02580474d5f4a284863f48416a2a51fa78e85;hpb=a198e29fee618785fc63ca18fc73add379678991 diff --git a/snap.c b/snap.c index 7c16d2e..2ec1956 100644 --- 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;