From c9ab262265b13bf72d44a6751e73081ea4e65c88 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Wed, 30 Sep 2015 20:53:52 -0500 Subject: fix comment typo Phil Davis noted --- src/etc/inc/system.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/etc/inc/system.inc') diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index d172810..1a8f9dd 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -1526,7 +1526,7 @@ function system_timezone_configure() { /* extract appropriate timezone file */ $timezone = (isset($syscfg['timezone']) ? $syscfg['timezone'] : $g['default_timezone']); conf_mount_rw(); - /* DO NOT remove \n otherwise tzseup will fail */ + /* DO NOT remove \n otherwise tzsetup will fail */ @file_put_contents("/var/db/zoneinfo", $timezone . "\n"); mwexec("/usr/sbin/tzsetup -r"); conf_mount_ro(); -- cgit v1.1