diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2012-07-15 11:41:40 +0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-16 12:16:29 +0200 |
commit | 49f43d5f91a99b23f745726aa351d8f159774357 (patch) | |
tree | adfb1f1dcf466bebfb9317479b6572dde083cba6 /src/core/unit.h | |
parent | 4cb72937d3c10948e4904388ea27efae75775f08 (diff) |
Spelling fixes.
Diffstat (limited to 'src/core/unit.h')
-rw-r--r-- | src/core/unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/unit.h b/src/core/unit.h index 61a85d7bee..45849a4b12 100644 --- a/src/core/unit.h +++ b/src/core/unit.h @@ -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; |