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) ...@@ -5180,7 +5180,7 @@ function get_interface_info($ifdescr)
$ifinfo["{$link_type}link"] = "down"; $ifinfo["{$link_type}link"] = "down";
} }
break; 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": case "ppp":
if ($ifinfo['status'] == "up") { if ($ifinfo['status'] == "up") {
$ifinfo['ppplink'] = "up"; $ifinfo['ppplink'] = "up";
......
...@@ -98,7 +98,7 @@ setup_mfs_link() ...@@ -98,7 +98,7 @@ setup_mfs_link()
NAME=${3} NAME=${3}
# Create dummy directory to for MFS-bound # Create dummy directory to for MFS-bound
# directories that require a persistant # directories that require a persistent
# storage underneath to run. # storage underneath to run.
if [ ! -d "${ROOT}${MFS}/${NAME}" ]; then 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