[systemd-commits] src/quotacheck.c
Kay Sievers
kay at kemper.freedesktop.org
Wed Dec 1 07:34:27 PST 2010
src/quotacheck.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 550c4dcc4184d5c4d55d3786b66797e5fb99c30a
Author: Ozan ÃaÄlayan <ozan at pardus.org.tr>
Date: Wed Dec 1 14:40:09 2010 +0200
src/quotacheck.c: Fix typo
Fix quota misspelling in quotacheck.c
Signed-off-by: Ozan ÃaÄlayan <ozan at pardus.org.tr>
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
}
More information about the systemd-commits
mailing list