summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-08-12 13:54:25 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-08-13 09:26:44 -0700
commitc33e9c16655b5fb18e71bfcee5c32edc29856f78 (patch)
treea3bca6e637d58204d8c7df0ab332566deba27001
parentfec18c1696afc12a9fae3adbb5d872548c5b8254 (diff)
downloadchef-c33e9c16655b5fb18e71bfcee5c32edc29856f78.tar.gz
fix typo in comment
-rw-r--r--spec/data/object_loader/environments/test.json2
-rw-r--r--spec/data/object_loader/environments/test_json_class.json2
-rw-r--r--spec/data/object_loader/nodes/test.json2
-rw-r--r--spec/data/object_loader/nodes/test_json_class.json2
-rw-r--r--spec/data/object_loader/roles/test.json2
-rw-r--r--spec/data/object_loader/roles/test_json_class.json2
6 files changed, 6 insertions, 6 deletions
diff --git a/spec/data/object_loader/environments/test.json b/spec/data/object_loader/environments/test.json
index f879552d1f..744819c60a 100644
--- a/spec/data/object_loader/environments/test.json
+++ b/spec/data/object_loader/environments/test.json
@@ -1,5 +1,5 @@
{
- /* thing that we support c-style comments */
+ /* testing that we support c-style comments */
// testing that we support c++-style comments as well
"name": "test",
"description": "prod",
diff --git a/spec/data/object_loader/environments/test_json_class.json b/spec/data/object_loader/environments/test_json_class.json
index e9156b8dbe..f51943f60e 100644
--- a/spec/data/object_loader/environments/test_json_class.json
+++ b/spec/data/object_loader/environments/test_json_class.json
@@ -1,5 +1,5 @@
{
- /* thing that we support c-style comments */
+ /* testing that we support c-style comments */
// testing that we support c++-style comments as well
"name": "test",
"json_class": "Chef::Environment",
diff --git a/spec/data/object_loader/nodes/test.json b/spec/data/object_loader/nodes/test.json
index 70aa8927c6..a370d6378d 100644
--- a/spec/data/object_loader/nodes/test.json
+++ b/spec/data/object_loader/nodes/test.json
@@ -1,5 +1,5 @@
{
- /* thing that we support c-style comments */
+ /* testing that we support c-style comments */
// testing that we support c++-style comments as well
"name": "test",
"environment": "prod",
diff --git a/spec/data/object_loader/nodes/test_json_class.json b/spec/data/object_loader/nodes/test_json_class.json
index 55002b47e0..3c5b12ce6c 100644
--- a/spec/data/object_loader/nodes/test_json_class.json
+++ b/spec/data/object_loader/nodes/test_json_class.json
@@ -1,5 +1,5 @@
{
- /* thing that we support c-style comments */
+ /* testing that we support c-style comments */
// testing that we support c++-style comments as well
"name": "test",
"json_class": "Chef::Node",
diff --git a/spec/data/object_loader/roles/test.json b/spec/data/object_loader/roles/test.json
index f879552d1f..744819c60a 100644
--- a/spec/data/object_loader/roles/test.json
+++ b/spec/data/object_loader/roles/test.json
@@ -1,5 +1,5 @@
{
- /* thing that we support c-style comments */
+ /* testing that we support c-style comments */
// testing that we support c++-style comments as well
"name": "test",
"description": "prod",
diff --git a/spec/data/object_loader/roles/test_json_class.json b/spec/data/object_loader/roles/test_json_class.json
index fa72d78c95..f975c8be43 100644
--- a/spec/data/object_loader/roles/test_json_class.json
+++ b/spec/data/object_loader/roles/test_json_class.json
@@ -1,5 +1,5 @@
{
- /* thing that we support c-style comments */
+ /* testing that we support c-style comments */
// testing that we support c++-style comments as well
"name": "test",
"json_class": "Chef::Role",