diff options
Diffstat (limited to 'src/conf_mode/ntp.py')
-rwxr-xr-x | src/conf_mode/ntp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/ntp.py b/src/conf_mode/ntp.py index 2a6088575..b618cbd89 100755 --- a/src/conf_mode/ntp.py +++ b/src/conf_mode/ntp.py @@ -156,7 +156,7 @@ def apply(ntp): if ntp is not None: os.system('sudo /usr/sbin/invoke-rc.d ntp force-reload') else: - # NTP suuport is removed in the commit + # NTP support is removed in the commit os.system('sudo /usr/sbin/invoke-rc.d ntp stop') os.unlink(config_file) |