Skip to content

Commit c99fa43

Browse files
authored
Merge branch 'master' into TreeModeBugfix
2 parents 6d4d3d8 + ec8be76 commit c99fa43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/sphinx/tools/clush.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ specifying the case-sensitive full Python module name of a worker module.
773773

774774

775775
.. [#] LLNL parallel remote shell utility
776-
(https://computing.llnl.gov/linux/pdsh.html)
776+
(https://software.llnl.gov/repo/#!/chaos/pdsh)
777777
778778
.. _seq(1): http://linux.die.net/man/1/seq
779779
.. _Python unified diff:

tests/TreeTopologyTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ def testWildcardsUnresolvedRouters(self):
527527
'- Controller-vm[2,30]\n'
528528
self.assertEqual(str(tree), display_ref1)
529529

530-
def testWildcardsUnresolvedDestionation(self):
530+
def testWildcardsUnresolvedDestination(self):
531531
"""test topology with node groups and wildcards (unresolved dest)"""
532532
with NamedTemporaryFile() as tmpfile:
533533
tmpfile.write(b'[routes]\n')

0 commit comments

Comments
 (0)