Skip to content

Commit

Permalink
#2925: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Mar 6, 2017
1 parent 8aa4c3b commit 0c283fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###
### @redis_client.pp, install package.
### redis_client.pp, install package.
###
class package::redis_client {
require python
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###
### libssl_dev.pp, install package.s
### libssl_dev.pp, install package.
###
class package::libssl_dev {
## update apt-get
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###
### start.pp, ensure vagrant work around service running.
### start.pp, ensure vagrant workaround service running.
###
class vagrant::start {
service { 'workaround-vagrant-bug-6074':
Expand Down

0 comments on commit 0c283fb

Please sign in to comment.