summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMal Graty <mal.graty@googlemail.com>2017-01-29 21:08:40 +0000
committerMal Graty <mal.graty@googlemail.com>2017-01-29 21:08:40 +0000
commitb752f7c2d00346a2c48b82abf49348ad0dfc4c5e (patch)
treefb65c86e16909ada396d055b1a9123d1b88621a8
parentaea6988810009e33aae91b92a047a0a6df5e0384 (diff)
downloadchef-b752f7c2d00346a2c48b82abf49348ad0dfc4c5e.tar.gz
Fix comment grammar
Signed-off-by: Mal Graty <mal.graty@googlemail.com>
-rw-r--r--lib/chef/resource/file/verification/systemd_unit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/file/verification/systemd_unit.rb b/lib/chef/resource/file/verification/systemd_unit.rb
index bda3dfc3eb..b492b32d39 100644
--- a/lib/chef/resource/file/verification/systemd_unit.rb
+++ b/lib/chef/resource/file/verification/systemd_unit.rb
@@ -30,7 +30,7 @@ class Chef
# won't work.
#
# Working around that requires placing a copy of the temp file
- # in a temp directory, under it's real name and running the
+ # in a temp directory, under its real name and running the
# verification tool against that file.
#