src/quotacheck.c: Fix typo

Fix quota misspelling in quotacheck.c

Signed-off-by: Ozan Çağlayan <ozan@pardus.org.tr>
This commit is contained in:
Ozan Çağlayan 2010-12-01 14:40:09 +02:00 committed by Kay Sievers
parent 9bee76ee44
commit 550c4dcc41
1 changed files with 1 additions and 1 deletions

View File

@ -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
}