Commit 06817d43 authored by Franco Fichtner's avatar Franco Fichtner

src: fix two typos

parent 62870e38
......@@ -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";
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment