|
2 | 2 |
|
3 | 3 | ## MAFoElffen, <mafoelffen@ubuntu.com>, 2021.08.19 |
4 | 4 | ## |
5 | | -## Contributers: |
| 5 | +## Contributors: |
6 | 6 | ## sudodus <nio.wiklund@gmail.com>, 2021.08.25 |
7 | 7 | ## Doug S, 2021.08.22 |
8 | 8 | ## oldfred, 2021.08.20 |
@@ -552,7 +552,7 @@ function GetInternetStatus() |
552 | 552 |
|
553 | 553 | function GetPingStatus() |
554 | 554 | { |
555 | | - # Takes arg as IP or URL. Returns psuedo boolean $return_status. Called twice (by Paster() and GetInternetStatus()). |
| 555 | + # Takes arg as IP or URL. Returns pseudo boolean $return_status. Called twice (by Paster() and GetInternetStatus()). |
556 | 556 | ping -c 1 $1 &> /dev/null |
557 | 557 | pingStatus=$? |
558 | 558 | if [ $pingStatus == 0 ] |
@@ -630,7 +630,7 @@ function GetFQDN() |
630 | 630 |
|
631 | 631 | function GetDiskInfo() |
632 | 632 | { |
633 | | - # Gets filesystem, disk, fstab and moutn information. Called once by Writer(). |
| 633 | + # Gets filesystem, disk, fstab and mount information. Called once by Writer(). |
634 | 634 | GetStorageControllers |
635 | 635 | echo -e "${setansi}---------- File system specs from 'df -h':$ransi" |
636 | 636 | df -hT -x tmpfs -x devtmpfs | grep -v '/snap/' |
@@ -1057,7 +1057,7 @@ function MessageLess() |
1057 | 1057 | echo -e "Advance to a next page with the $blueback<SpaceBar>$resetvid key." |
1058 | 1058 | echo -e "Navigate what has been displayed with the" |
1059 | 1059 | echo -e "Left/Right/Up/Down Arrow, PageUp, PageDown, Home, or End keys." |
1060 | | - echo -e "If you are running within a grahical terminal session," |
| 1060 | + echo -e "If you are running within a graphical terminal session," |
1061 | 1061 | nl |
1062 | 1062 | echo -e "you can also navigate with the mouse or touchpad." |
1063 | 1063 | echo -e "Get more built-in help within 'less' with the <H> key." |
@@ -1255,7 +1255,7 @@ function CheckPasterProgs() |
1255 | 1255 | paste_prog=4; |
1256 | 1256 | else |
1257 | 1257 | paste_prog=0; |
1258 | | - echo -e "Many utilites were not found. Something is wrong."; |
| 1258 | + echo -e "Many utilities were not found. Something is wrong."; |
1259 | 1259 | debug "All progs used for paste where not found" 1 |
1260 | 1260 | fi |
1261 | 1261 | } |
|
0 commit comments