src: fix two typos

This commit is contained in:
Franco Fichtner 2016-05-08 17:24:15 +02:00
parent 62870e3886
commit 06817d437b
2 changed files with 2 additions and 2 deletions

View File

@ -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";

View File

@ -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