summaryrefslogtreecommitdiff
path: root/src/getty-generator.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-08-24 23:29:28 +0200
committerLennart Poettering <lennart@poettering.net>2011-08-24 23:29:28 +0200
commit6705c2df468a6afb4f8f834822780add123065e2 (patch)
tree8d3d3dbb68dd6d0468298bd57f7f5890d1241118 /src/getty-generator.c
parentc821bd28c2ecce8d35248d61949fe1c0c3030b6c (diff)
update README
Diffstat (limited to 'src/getty-generator.c')
-rw-r--r--src/getty-generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getty-generator.c b/src/getty-generator.c
index b8228e9822..7cce76fb81 100644
--- a/src/getty-generator.c
+++ b/src/getty-generator.c
@@ -76,7 +76,7 @@ int main(int argc, char *argv[]) {
umask(0022);
if (detect_container(NULL) > 0) {
- log_debug("Automatic adding console shell.");
+ log_debug("Automatically adding console shell.");
if (add_symlink("console-shell.service", "console-shell.service") < 0)
r = EXIT_FAILURE;