From 06817d437b7223a9bc96b5dac321b0a75c73a2da Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 8 May 2016 17:24:15 +0200 Subject: [PATCH] src: fix two typos --- src/etc/inc/interfaces.inc | 2 +- src/etc/rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc index 80211ab6e..0599011b4 100644 --- a/src/etc/inc/interfaces.inc +++ b/src/etc/inc/interfaces.inc @@ -5180,7 +5180,7 @@ function get_interface_info($ifdescr) $ifinfo["{$link_type}link"] = "down"; } break; - /* PPP interface? -> get uptime for this session and cumulative uptime from the persistant log file in conf */ + /* PPP interface? -> get uptime for this session and cumulative uptime from the persistent log file in conf */ case "ppp": if ($ifinfo['status'] == "up") { $ifinfo['ppplink'] = "up"; diff --git a/src/etc/rc b/src/etc/rc index b4058e15b..3f35e2f95 100755 --- a/src/etc/rc +++ b/src/etc/rc @@ -98,7 +98,7 @@ setup_mfs_link() NAME=${3} # Create dummy directory to for MFS-bound - # directories that require a persistant + # directories that require a persistent # storage underneath to run. if [ ! -d "${ROOT}${MFS}/${NAME}" ]; then