Fix typos: s/the the/the/ (#10867)

This commit is contained in:
Pierre Riteau
2025-09-30 21:17:01 +02:00
committed by GitHub
parent 4b644ae41b
commit 41b65161bd
7 changed files with 7 additions and 7 deletions

View File

@@ -1111,7 +1111,7 @@ def main():
module.fail_json(msg=to_native(result['msg']))
for command in command_list:
# standardize on the Power* commands, but allow the the legacy
# standardize on the Power* commands, but allow the legacy
# GracefulRestart command
if command == 'GracefulRestart':
command = 'PowerGracefulRestart'