summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-02-22 18:17:13 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-02-22 18:17:13 +0100
commit72a31a2a391e6c37255ed08b3bdbf1c38f20d753 (patch)
tree98735c35fec0e9a3afafa721196054644cdcb404 /src/daemon
parent6706eab0e92f9efde29a00b03e5cff2aa496dcf2 (diff)
downloadabrt-72a31a2a391e6c37255ed08b3bdbf1c38f20d753.tar.gz
abrt-72a31a2a391e6c37255ed08b3bdbf1c38f20d753.tar.xz
abrt-72a31a2a391e6c37255ed08b3bdbf1c38f20d753.zip
gui-wizard-gtk: add forward_page_func which skips analyze step when it is missing
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/CommLayerServerDBus.cpp2
-rw-r--r--src/daemon/abrt_event.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/CommLayerServerDBus.cpp b/src/daemon/CommLayerServerDBus.cpp
index 2a02b051..133feb7b 100644
--- a/src/daemon/CommLayerServerDBus.cpp
+++ b/src/daemon/CommLayerServerDBus.cpp
@@ -488,7 +488,7 @@ int init_dbus()
//
// dbus-daemon drops connections if it recvs a malformed message
// (we actually observed this when we sent bad UTF-8 string).
- // Currently, in this case abrtd just exits with exitcode 1.
+ // Currently, in this case abrtd just exits with exit code 1.
// (symptom: last two log messages are "abrtd: remove_watch()")
// If we want to have better logging or other nontrivial handling,
// here we need to do:
diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf
index 22a22bdc..34aba290 100644
--- a/src/daemon/abrt_event.conf
+++ b/src/daemon/abrt_event.conf
@@ -30,7 +30,7 @@
# All stdout and stderr output is captured and passed to abrt
# and possibly to abrt's frontends and shown to the user.
#
-# If the program terminates with nonzero exitcode,
+# If the program terminates with nonzero exit code,
# the event processing is considered unsuccessful and is stopped.
# Last captured output line, if any, is considered to be
# the error message indicating the reason of the failure,