Merge pull request #98 from mesosphere/fix-spelling

Correct spelling of DataCenter
This commit is contained in:
Sunil Shah
2015-04-03 17:52:35 -07:00
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.