chiark / gitweb /
notify: add missing include
[elogind.git] / src / test-job-type.c
index 29bb9e492d4ca69f987a36dd5eeb66ed65107c40..9e2fc35f4e89180e1b1037f78156b97f93d15df3 100644 (file)
@@ -50,7 +50,7 @@ int main(int argc, char*argv[]) {
 
                                         /* Verify that merged entries can be
                                          * merged with the same entries they
-                                         * can be merged with seperately */
+                                         * can be merged with separately */
                                         assert(!job_type_is_mergeable(a, c) || job_type_is_mergeable(d, c));
                                         assert(!job_type_is_mergeable(b, c) || job_type_is_mergeable(d, c));