From: Michael Tremer Date: Sat, 27 Feb 2021 12:00:59 +0000 (+0000) Subject: Fix typo X-Git-Tag: 0.9.28~1285^2~681 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e330df8e0b4d2ec028e7d4067a54de462fc5016;p=pakfire.git Fix typo Signed-off-by: Michael Tremer --- diff --git a/src/libpakfire/pakfire.c b/src/libpakfire/pakfire.c index 00b01b57f..efd9acf47 100644 --- a/src/libpakfire/pakfire.c +++ b/src/libpakfire/pakfire.c @@ -345,7 +345,7 @@ RETRY: if (errno == EINVAL) continue; - // Attempt a laze umount when busy + // Attempt a lazy umount when busy else if (errno == EBUSY) { flags |= MNT_DETACH; goto RETRY;