X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=snap.c;h=2ec195653c8ce65091b31f512010326649387bf1;hp=7c16d2e870b8e4e918a1486ab801bf31f1344c47;hb=c92370affe722f38a85a41d1b5524e4a102b8f4d;hpb=15eb99dcf9a30f8c8d488d5bc3c92130cf828d60 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;