diff options
author | Ozan Çağlayan <ozan@pardus.org.tr> | 2010-12-01 14:40:09 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-12-01 16:32:58 +0100 |
commit | 550c4dcc4184d5c4d55d3786b66797e5fb99c30a (patch) | |
tree | 6661d485425d703796f56ee5e0f101434b78cffd | |
parent | 9bee76ee44afcd3ca96c9618f5bd71d8fd85f7d3 (diff) |
src/quotacheck.c: Fix typo
Fix quota misspelling in quotacheck.c
Signed-off-by: Ozan Çağlayan <ozan@pardus.org.tr>
-rw-r--r-- | src/quotacheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |