>From 3909c99c776a061265350294c0d131016b925fb8 Mon Sep 17 00:00:00 2001
From: Tobias Stoeckmann <[email protected]>
Date: Fri, 4 May 2012 22:12:28 +0200
Subject: [PATCH] Corrected another typo I missed in last commit.

---
 src/dock.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/dock.c b/src/dock.c
index 83ea2b8..61d70f0 100644
--- a/src/dock.c
+++ b/src/dock.c
@@ -2166,7 +2166,7 @@ void wDockDetach(WDock *dock, WAppIcon *icon)
        dock->icon_count--;
 
        /* if the dock is not attached to an application or
-        * the application did not set the approriate hints yet,
+        * the application did not set the appropriate hints yet,
         * destroy the icon */
        if (!icon->running || !wApplicationOf(icon->main_window))
                wAppIconDestroy(icon);
-- 
1.7.6


-- 
To unsubscribe, send mail to [email protected].

Reply via email to