From 8b334a05e4fbab73e7e060b45c9fb33e68ec8b95 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 25 Aug 2018 15:40:50 +0200 Subject: ntp.py: fix typo in comment --- src/conf_mode/ntp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conf_mode') 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) -- cgit v1.2.3