|
2 | 2 |
|
3 | 3 | ## MAFoElffen, <[email protected]>, 2021.08.19 |
4 | 4 | ## |
5 | | -## Contributers: |
| 5 | +## Contributors: |
6 | 6 | ## sudodus <[email protected]>, 2021.08.25 |
7 | 7 | ## Doug S, 2021.08.22 |
8 | 8 | ## oldfred, 2021.08.20 |
@@ -534,7 +534,7 @@ function GetInternetStatus() |
534 | 534 |
|
535 | 535 | function GetPingStatus() |
536 | 536 | { |
537 | | - # Takes arg as IP or URL. Returns psuedo boolean $return_status. Called twice (by Paster() and GetInternetStatus()). |
| 537 | + # Takes arg as IP or URL. Returns pseudo boolean $return_status. Called twice (by Paster() and GetInternetStatus()). |
538 | 538 | ping -c 1 $1 &> /dev/null |
539 | 539 | pingStatus=$? |
540 | 540 | if [ $pingStatus == 0 ] |
@@ -612,7 +612,7 @@ function GetFQDN() |
612 | 612 |
|
613 | 613 | function GetDiskInfo() |
614 | 614 | { |
615 | | - # Gets filesystem, disk, fstab and moutn information. Called once by Writer(). |
| 615 | + # Gets filesystem, disk, fstab and mount information. Called once by Writer(). |
616 | 616 | echo -e "${setansi}---------- File system specs from 'df -h':$ransi" |
617 | 617 | df -hT -x tmpfs -x devtmpfs | grep -v '/snap/' |
618 | 618 | nl |
@@ -924,7 +924,7 @@ function MessageLess() |
924 | 924 | echo -e "Advance to a next page with the $blueback<SpaceBar>$resetvid key." |
925 | 925 | echo -e "Navigate what has been displayed with the" |
926 | 926 | echo -e "Left/Right/Up/Down Arrow, PageUp, PageDown, Home, or End keys." |
927 | | - echo -e "If you are running within a grahical terminal session," |
| 927 | + echo -e "If you are running within a graphical terminal session," |
928 | 928 | nl |
929 | 929 | echo -e "you can also navigate with the mouse or touchpad." |
930 | 930 | echo -e "Get more built-in help within 'less' with the <H> key." |
@@ -1050,7 +1050,7 @@ function CheckPasterProgs() |
1050 | 1050 | paste_prog=4; |
1051 | 1051 | else |
1052 | 1052 | paste_prog=0; |
1053 | | - echo -e "Many utilites were not found. Something is wrong."; |
| 1053 | + echo -e "Many utilities were not found. Something is wrong."; |
1054 | 1054 | debug "All progs used for paste where not found" 1 |
1055 | 1055 | fi |
1056 | 1056 | } |
@@ -1251,5 +1251,5 @@ exit |
1251 | 1251 | # |
1252 | 1252 | # Recheck all messages and prompts for spelling errors |
1253 | 1253 | # |
1254 | | -# Add comments as script doucmentation: |
| 1254 | +# Add comments as script documentation: |
1255 | 1255 | # - Document logic flow |
0 commit comments