From 550c4dcc4184d5c4d55d3786b66797e5fb99c30a Mon Sep 17 00:00:00 2001 From: Ozan Çağlayan Date: Wed, 1 Dec 2010 14:40:09 +0200 Subject: src/quotacheck.c: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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(-) (limited to 'src') diff --git a/src/quotacheck.c b/src/quotacheck.c index c7aaece984..5d61146d93 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 } -- cgit v1.2.3-54-g00ecf