Blob Blame History Raw
From 98bca432496794889dc748d24bc07759382d1b77 Mon Sep 17 00:00:00 2001
From: kprkpr <kevin01010@gmail.com>
Date: Tue, 14 Mar 2017 15:41:11 +0100
Subject: [PATCH] Fix Typo

Daemize -> Daemonize
---
 src/daemon/abrt-upload-watch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/daemon/abrt-upload-watch.c b/src/daemon/abrt-upload-watch.c
index a42b285..137135c 100644
--- a/src/daemon/abrt-upload-watch.c
+++ b/src/daemon/abrt-upload-watch.c
@@ -278,7 +278,7 @@ main(int argc, char **argv)
     struct options program_options[] = {
         OPT__VERBOSE(&g_verbose),
         OPT_BOOL('s', NULL, NULL              , _("Log to syslog")),
-        OPT_BOOL('d', NULL, NULL              , _("Daemize")),
+        OPT_BOOL('d', NULL, NULL              , _("Daemonize")),
         OPT_INTEGER('w', NULL, &concurrent_workers, _("Number of concurrent workers. Default is "STRINGIZE(DEFAULT_COUNT_OF_WORKERS))),
         OPT_INTEGER('c', NULL, &cache_size_mib, _("Maximal cache size in MiB. Default is "STRINGIZE(DEFAULT_CACHE_MIB_SIZE))),
         OPT_END()
-- 
2.9.4