summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2015-03-09 13:02:56 +0100
committerDaniel Mack <daniel@zonque.org>2015-03-09 13:38:53 +0100
commit4a6970c5354cd367b1fa62114057d8e084a20403 (patch)
tree339691ab6da6aa7cea8bfe7db4c41a2f566e0f4a /src
parent27a9986b20faa02ff1bdc5556750257e8124496c (diff)
Fix typos
Diffstat (limited to 'src')
-rw-r--r--src/systemd/sd-daemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-daemon.h b/src/systemd/sd-daemon.h
index b878b4d8a6..861dc8f1f4 100644
--- a/src/systemd/sd-daemon.h
+++ b/src/systemd/sd-daemon.h
@@ -168,7 +168,7 @@ int sd_is_mq(int fd, const char *path);
value daemons should send is "READY=1".
STATUS=... Passes a single-line status string back to systemd
- that describes the daemon state. This is free-from
+ that describes the daemon state. This is free-form
and can be used for various purposes: general state
feedback, fsck-like programs could pass completion
percentages and failing programs could pass a human