From 550c4dcc4184d5c4d55d3786b66797e5fb99c30a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ozan=20=C3=87a=C4=9Flayan?= Date: Wed, 1 Dec 2010 14:40:09 +0200 Subject: [PATCH] src/quotacheck.c: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix quota misspelling in quotacheck.c Signed-off-by: Ozan Çağlayan --- src/quotacheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quotacheck.c b/src/quotacheck.c index c7aaece98..5d61146d9 100644 --- a/src/quotacheck.c +++ b/src/quotacheck.c @@ -63,7 +63,7 @@ static int parse_proc_cmdline(void) { static void test_files(void) { #ifdef TARGET_FEDORA /* This exists only on Fedora */ - if (access("/forcequoatcheck", F_OK) >= 0) + if (access("/forcequotacheck", F_OK) >= 0) arg_force = true; #endif } -- 2.30.2