mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 02:54:38 +00:00
src: fix two typos
This commit is contained in:
parent
62870e3886
commit
06817d437b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user