diff --git a/README.md b/README.md index 1da6241ae..6c90a754f 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ Build the documentation: ### Deployment -- `make bundle` builds a "bundle" appropriate for deployment (Ubuntu - only). For Jenkins and Chef use only. +- `make bundle` builds a "bundle" appropriate for deployment (the Ubuntu + operating system only). For Jenkins and Chef use only. - `make run` starts up an instance of the Otter API. ### Cleaning up diff --git a/autoscale_cloudroast/test_repo/autoscale/fixtures.py b/autoscale_cloudroast/test_repo/autoscale/fixtures.py index 5d1ec2be7..d6e7aae8f 100644 --- a/autoscale_cloudroast/test_repo/autoscale/fixtures.py +++ b/autoscale_cloudroast/test_repo/autoscale/fixtures.py @@ -240,7 +240,8 @@ def setUpClass(cls): cls.lbaas_client = lbaas_client cls.rcv3_client = rcv3_client - # ImageRefs of ununtu and non-ubuntu images that will be used + # ImageRefs of the ubuntu operating system and the non-ubuntu + operating system images that will be used # when creating groups image_refs = image_ids_with_and_without_name(images_client) cls.lc_image_ref, cls.lc_image_ref_alt = image_refs