chiark / gitweb /
Fix a few more typos
[elogind.git] / src / core / unit.c
index 56102b360d13cd8a34c4381251295ac3030bfcb1..b5c3182940505a0831e8826d54f74c5ce495e5b2 100644 (file)
@@ -3425,7 +3425,7 @@ int unit_setup_exec_runtime(Unit *u) {
         offset = UNIT_VTABLE(u)->exec_runtime_offset;
         assert(offset > 0);
 
         offset = UNIT_VTABLE(u)->exec_runtime_offset;
         assert(offset > 0);
 
-        /* Check if ther already is an ExecRuntime for this unit? */
+        /* Check if there already is an ExecRuntime for this unit? */
         rt = (ExecRuntime**) ((uint8_t*) u + offset);
         if (*rt)
                 return 0;
         rt = (ExecRuntime**) ((uint8_t*) u + offset);
         if (*rt)
                 return 0;