chiark / gitweb /
Spelling fixes.
[elogind.git] / src / core / unit.h
index 61a85d7bee9ade6cd1f1c077898ed7707b62dd9a..45849a4b126491bd6dacd06b1bea3cfbc475efbf 100644 (file)
@@ -220,7 +220,7 @@ struct Unit {
         /* Ignore this unit when snapshotting */
         bool ignore_on_snapshot;
 
-        /* Did the last condition check suceed? */
+        /* Did the last condition check succeed? */
         bool condition_result;
 
         bool in_load_queue:1;