From c33e9c16655b5fb18e71bfcee5c32edc29856f78 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 12 Aug 2014 13:54:25 -0700 Subject: fix typo in comment --- spec/data/object_loader/environments/test.json | 2 +- spec/data/object_loader/environments/test_json_class.json | 2 +- spec/data/object_loader/nodes/test.json | 2 +- spec/data/object_loader/nodes/test_json_class.json | 2 +- spec/data/object_loader/roles/test.json | 2 +- spec/data/object_loader/roles/test_json_class.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'spec') 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", -- cgit v1.2.1