Correct spelling of DataCenter

This commit is contained in:
Sunil Shah
2015-04-03 17:25:58 -07:00
parent 23082d63e9
commit 82b475b36a
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ def main():
in subcommand.list_paths(directory)))
emitter.publish(
"Command line utility for the Mesosphere DataCenter Operating "
"Command line utility for the Mesosphere Datacenter Operating "
"System (DCOS). The Mesosphere DCOS is a distributed operating "
"system built around Apache Mesos. This utility provides tools "
"for easy management of a DCOS installation.\n")

View File

@@ -46,7 +46,7 @@ def test_list_all():
assert returncode == 0
assert stdout == """Command line utility for \
the Mesosphere DataCenter Operating System (DCOS). The Mesosphere DCOS is \
the Mesosphere Datacenter Operating System (DCOS). The Mesosphere DCOS is \
a distributed operating system built around Apache Mesos. This utility \
provides tools for easy management of a DCOS installation.