summaryrefslogtreecommitdiff
path: root/src/shared/install.c
diff options
context:
space:
mode:
authorChristian Hesse <list@eworm.de>2012-10-17 16:06:51 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2012-10-19 17:34:38 +0200
commit20f59e42cd64c0c7fd9386b0ca93842c6cdbc387 (patch)
treece93fdb84d220c1d5f62aaacb55723b4cc4e548e /src/shared/install.c
parentdf77cdf0fccadbb5989042d43cde2f88aa9afd2c (diff)
shared/install: fix typo in comment
Diffstat (limited to 'src/shared/install.c')
-rw-r--r--src/shared/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/install.c b/src/shared/install.c
index a99c757ea8..a9d75f3b7c 100644
--- a/src/shared/install.c
+++ b/src/shared/install.c
@@ -1515,7 +1515,7 @@ int unit_file_enable(
/* This will return the number of symlink rules that were
supposed to be created, not the ones actually created. This is
- useful to determine whether the passed files hat any
+ useful to determine whether the passed files had any
installation data at all. */
r = install_context_apply(&c, &paths, config_path, root_dir, force, changes, n_changes);