diff --git a/salt/modules/status.py b/salt/modules/status.py index d04fd4e844..9ad5d11418 100644 --- a/salt/modules/status.py +++ b/salt/modules/status.py @@ -211,7 +211,7 @@ def loadavg(): salt '*' status.loadavg - :raises NotImpelemnted: If the system cannot report loadaverages to Python + :raises CommandExecutionError: If the system cannot report loadaverages to Python ''' try: load_avg = os.getloadavg()