diff options
author | Felipe Reyes <felipe.reyes@canonical.com> | 2018-05-25 13:52:18 +0000 |
---|---|---|
committer | Felipe Reyes <felipe.reyes@canonical.com> | 2018-05-25 13:52:18 +0000 |
commit | 58a48d21f60c96daec7470ad7f492b0a71fa01f6 (patch) | |
tree | 84ad4fc48b3910abb20824aa89c39ad0e1541495 | |
parent | 29c4f3272d46feb4468e37746accaf52864e2184 (diff) |
Fix typo
-rwxr-xr-x | hooks/hooks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/hooks.py b/hooks/hooks.py index b968f57..986c897 100755 --- a/hooks/hooks.py +++ b/hooks/hooks.py @@ -1203,7 +1203,7 @@ def am_i_primary(): def get_replicaset_status(): """Connect to mongod and get the status of replicaset This function is used mainly within update_status() to display - replicaset statue in 'juju status' output + replicaset status in 'juju status' output :returns string: can be any of replicaset states (https://docs.mongodb.com/manual/reference/replica-states/) |