|
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 |
@@ -545,7 +545,7 @@ function GetInternetStatus() |
545 | 545 |
|
546 | 546 | function GetPingStatus() |
547 | 547 | { |
548 | | - # Takes arg as IP or URL. Returns psuedo boolean $return_status. Called twice (by Paster() and GetInternetStatus()). |
| 548 | + # Takes arg as IP or URL. Returns pseudo boolean $return_status. Called twice (by Paster() and GetInternetStatus()). |
549 | 549 | ping -c 1 $1 &> /dev/null |
550 | 550 | pingStatus=$? |
551 | 551 | if [ $pingStatus == 0 ] |
@@ -623,7 +623,7 @@ function GetFQDN() |
623 | 623 |
|
624 | 624 | function GetDiskInfo() |
625 | 625 | { |
626 | | - # Gets filesystem, disk, fstab and moutn information. Called once by Writer(). |
| 626 | + # Gets filesystem, disk, fstab and mount information. Called once by Writer(). |
627 | 627 | GetStorageControllers |
628 | 628 | echo -e "${setansi}---------- File system specs from 'df -h':$ransi" |
629 | 629 | df -hT -x tmpfs -x devtmpfs | grep -v '/snap/' |
@@ -1046,7 +1046,7 @@ function MessageLess() |
1046 | 1046 | echo -e "Advance to a next page with the $blueback<SpaceBar>$resetvid key." |
1047 | 1047 | echo -e "Navigate what has been displayed with the" |
1048 | 1048 | echo -e "Left/Right/Up/Down Arrow, PageUp, PageDown, Home, or End keys." |
1049 | | - echo -e "If you are running within a grahical terminal session," |
| 1049 | + echo -e "If you are running within a graphical terminal session," |
1050 | 1050 | nl |
1051 | 1051 | echo -e "you can also navigate with the mouse or touchpad." |
1052 | 1052 | echo -e "Get more built-in help within 'less' with the <H> key." |
@@ -1244,7 +1244,7 @@ function CheckPasterProgs() |
1244 | 1244 | paste_prog=4; |
1245 | 1245 | else |
1246 | 1246 | paste_prog=0; |
1247 | | - echo -e "Many utilites were not found. Something is wrong."; |
| 1247 | + echo -e "Many utilities were not found. Something is wrong."; |
1248 | 1248 | debug "All progs used for paste where not found" 1 |
1249 | 1249 | fi |
1250 | 1250 | } |
|
0 commit comments