summaryrefslogtreecommitdiff
path: root/src/core/service.c
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2015-07-08 07:08:31 +0200
committerMartin Pitt <martin.pitt@ubuntu.com>2015-07-08 07:08:31 +0200
commitfb183854ab9b5774094a753ad3f46b653a9055da (patch)
treef3854bb3a4703a39aedff451b874e7cf9e53c699 /src/core/service.c
parent86f210e9c914ba12477d4b2e7fa6f5cfa196a324 (diff)
downloadsystemd-fb183854ab9b5774094a753ad3f46b653a9055da.tar.gz
Imported Upstream version 222
Diffstat (limited to 'src/core/service.c')
-rw-r--r--src/core/service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/service.c b/src/core/service.c
index fa1e80b710..d72ff54daa 100644
--- a/src/core/service.c
+++ b/src/core/service.c
@@ -1235,7 +1235,7 @@ static int main_pid_good(Service *s) {
/* Returns 0 if the pid is dead, 1 if it is good, -1 if we
* don't know */
- /* If we know the pid file, then lets just check if it is
+ /* If we know the pid file, then let's just check if it is
* still valid */
if (s->main_pid_known) {