diff --git a/lib/ramble/ramble/cmd/help.py b/lib/ramble/ramble/cmd/help.py index e867607f7..acf8c5c86 100644 --- a/lib/ramble/ramble/cmd/help.py +++ b/lib/ramble/ramble/cmd/help.py @@ -14,7 +14,7 @@ level = "short" # -# These are longer guides on particular aspects of RAmble. Currently there +# These are longer guides on particular aspects of Ramble. Currently there # is only one on spec syntax. # spec_guide = """\ diff --git a/share/ramble/qa/run-style-tests b/share/ramble/qa/run-style-tests index 6bf6fb648..203f51b70 100755 --- a/share/ramble/qa/run-style-tests +++ b/share/ramble/qa/run-style-tests @@ -11,7 +11,7 @@ # # Description: -# Runs source code style checks on RAmble. +# Runs source code style checks on Ramble. # See $RAMBLE_ROOT/.flake8 for a list of # approved exceptions. # diff --git a/share/ramble/setup-env.fish b/share/ramble/setup-env.fish index c58f618fb..7fa1917a4 100755 --- a/share/ramble/setup-env.fish +++ b/share/ramble/setup-env.fish @@ -6,7 +6,7 @@ ################################################################################# # -# This file is part of RAmble and sets up the ramble environment for the friendly +# This file is part of Ramble and sets up the ramble environment for the friendly # interactive shell (fish). This includes module support, and it also puts ramble # in your path. The script also checks that at least module support exists, and # provides suggestions if it doesn't. Source it like this: