Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jun 6, 2017
1 parent 17bde80 commit 00bff3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cfa/ntp_conf_test.rb
Expand Up @@ -431,7 +431,7 @@ def ntp_conf(file)
record = ntp.records.last
record.value = "1"
record.raw_options = ""
record.comment = "# path for keys file"
record.comment = "# path to keys file"
expect(record.value).to eq "1"

ntp.save
Expand Down

0 comments on commit 00bff3d

Please sign in to comment.