Blob Blame History Raw
From 5edb4efdf25cc8b79b8d5b0b2c58001381aa5f17 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Wed, 21 Jan 2015 16:53:37 +0100
Subject: [PATCH] applet: Fix typo in "Oterwise"

---
 src/applet/applet.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/applet/applet.c b/src/applet/applet.c
index 1c3865c..ae11fac 100644
--- a/src/applet/applet.c
+++ b/src/applet/applet.c
@@ -588,7 +588,7 @@ static void fork_exec_gui(const char *problem_id)
 
  record_dirs:
     /* Scan dirs and save new $XDG_CACHE_HOME/abrt/applet_dirlist.
-     * (Oterwise, after a crash, next time applet is started,
+     * (Otherwise, after a crash, next time applet is started,
      * it will show alert icon even if we did click on it
      * "in previous life"). We ignore function return value.
      */
@@ -769,7 +769,7 @@ static void on_notify_close(NotifyNotification *notification, gpointer user_data
     g_object_unref(notification);
 
     /* Scan dirs and save new $XDG_CACHE_HOME/abrt/applet_dirlist.
-     * (Oterwise, after a crash, next time applet is started,
+     * (Otherwise, after a crash, next time applet is started,
      * it will show alert icon even if we did click on it
      * "in previous life"). We ignore finction return value.
      */
-- 
1.9.3