summary refs log tree commit diff
path: root/libnm/nm-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-object.c')
-rw-r--r--libnm/nm-object.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libnm/nm-object.c b/libnm/nm-object.c
index 70f90b63..f54dac5d 100644
--- a/libnm/nm-object.c
+++ b/libnm/nm-object.c
@@ -23,7 +23,6 @@
 
 #include "nm-object.h"
 
-#include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
 
@@ -612,7 +611,7 @@ handle_object_property (NMObject *self, const char *property_name, GVariant *val
 		 *
 		 * NOTE: We've ignored this before and the server hits the condition
 		 * more often that it should. Given we're able to recover from
-		 * ther error, let's lower the severity of the log message to
+		 * the error, let's lower the severity of the log message to
 		 * avoid unnecessarily bothering the user. This can be removed
 		 * once the issue is fixed on the server. */
 #if NM_MORE_ASSERTS