[systemd-devel] [PATCH] src/quotacheck.c: Fix typo

Ozan Çağlayan ozan at pardus.org.tr
Wed Dec 1 04:40:09 PST 2010


Fix quota misspelling in quotacheck.c

Signed-off-by: Ozan Çağlayan <ozan at pardus.org.tr>
---
 src/quotacheck.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/quotacheck.c b/src/quotacheck.c
index c7aaece..5d61146 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
 }
-- 
1.7.2.1



More information about the systemd-devel mailing list