summaryrefslogtreecommitdiff
path: root/src/conf_mode
diff options
context:
space:
mode:
authorhagbard <vyosdev@derith.de>2018-08-25 10:17:31 -0700
committerhagbard <vyosdev@derith.de>2018-08-25 10:17:31 -0700
commit2c6e9b40b41947dcd5de00d9912c9f531b70e8fa (patch)
treebde6a97b076dcc3b5266dcf4965b6cecb5ac481e /src/conf_mode
parent81aaced26db8becb1ced9610b7399d870af70f2f (diff)
parentbbc698be2fcafad4e803fc01ec89f44a3aa20782 (diff)
downloadvyos-1x-2c6e9b40b41947dcd5de00d9912c9f531b70e8fa.tar.gz
vyos-1x-2c6e9b40b41947dcd5de00d9912c9f531b70e8fa.zip
Merge remote-tracking branch 'upstream/current' into current
Diffstat (limited to 'src/conf_mode')
-rwxr-xr-xsrc/conf_mode/ntp.py2
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)