shared/install: fix typo in comment

This commit is contained in:
Christian Hesse 2012-10-17 16:06:51 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent df77cdf0fc
commit 20f59e42cd
1 changed files with 1 additions and 1 deletions

View File

@ -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);