Description: Miscellaneous spelling fixes
Author: Yavor Doganov <yavor@gnu.org>
Forwarded: https://savannah.gnu.org/bugs/index.php?52197
Last-Update: 2017-10-09
---

--- dbuskit.orig/Source/DKArgument.m
+++ dbuskit/Source/DKArgument.m
@@ -570,7 +570,7 @@
   if ((dbus_type_is_container(DBusType))
     && (![self isKindOfClass: [DKContainerTypeArgument class]]))
   {
-    NSDebugMLog(@"Incorrectly initalized a non-container argument with a container type, reinitializing as container type.");
+    NSDebugMLog(@"Incorrectly initialized a non-container argument with a container type, reinitializing as container type.");
     [self release];
     return [[DKContainerTypeArgument alloc] initWithIterator: iterator
                                                         name: _name
@@ -1115,7 +1115,7 @@
         concreteClass = [DKDictEntryTypeArgument class];
         break;
       default:
-        NSWarnMLog(@"Cannot handle unkown container type.");
+        NSWarnMLog(@"Cannot handle unknown container type.");
         [self release];
         return nil;
     }
@@ -1530,7 +1530,7 @@
 
   if (![[self elementTypeArgument] isKindOfClass: [DKDictEntryTypeArgument class]])
   {
-    NSWarnMLog(@"Invalid dictionary type argument (does not contan a dict entry).");
+    NSWarnMLog(@"Invalid dictionary type argument (does not contain a dict entry).");
     [self release];
     return nil;
   }
--- dbuskit.orig/Source/DKEndpoint.m
+++ dbuskit/Source/DKEndpoint.m
@@ -813,7 +813,7 @@
 {
   CTX(data);
   NSCAssert(timeout, @"Missing timeout data during D-Bus event handling.");
-  NSDebugFLog(@"Timout added");
+  NSDebugFLog(@"Timeout added");
   if (NO == (BOOL)dbus_timeout_get_enabled(timeout))
   {
     return TRUE;
--- dbuskit.orig/Source/DKMethod.m
+++ dbuskit/Source/DKMethod.m
@@ -296,7 +296,7 @@
   }
   else
   {
-    NSDebugMLog(@"Ignoring argument with unkown direction '%@'.", direction);
+    NSDebugMLog(@"Ignoring argument with unknown direction '%@'.", direction);
   }
 }
 
