|
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 |
@@ -471,7 +471,7 @@ function GetInternetStatus() |
471 | 471 |
|
472 | 472 | function GetPingStatus() |
473 | 473 | { |
474 | | - # Takes arg as IP or URL. Returns psuedo boolean $return_status. Called twice (by Paster() and GetInternetStatus()). |
| 474 | + # Takes arg as IP or URL. Returns pseudo boolean $return_status. Called twice (by Paster() and GetInternetStatus()). |
475 | 475 | ping -c 1 $1 > /dev/null |
476 | 476 | pingStatus=$? |
477 | 477 | if [ $pingStatus == 0 ] |
@@ -549,7 +549,7 @@ function GetFQDN() |
549 | 549 |
|
550 | 550 | function GetDiskInfo() |
551 | 551 | { |
552 | | - # Gets filesystem, disk, fstab and moutn information. Called once by Writer(). |
| 552 | + # Gets filesystem, disk, fstab and mount information. Called once by Writer(). |
553 | 553 | echo -e "${setansi}---------- File system specs from 'df -h':$ransi" |
554 | 554 | df -hT -x tmpfs -x devtmpfs | grep -v '/snap/' |
555 | 555 | nl |
@@ -668,7 +668,7 @@ function GetRepositories() |
668 | 668 |
|
669 | 669 | function GetRepositoriesOld() |
670 | 670 | { |
671 | | - # Gets Repository Informations. Called once by Writer(). |
| 671 | + # Gets Repository Information. Called once by Writer(). |
672 | 672 | echo -e "${setansi}---------- Repository Information from '/etc/apt/sources.list':$ransi" |
673 | 673 | nl |
674 | 674 | sources=$(grep -v '#' /etc/apt/sources.list | sed -e /^$/d ) |
@@ -851,7 +851,7 @@ function MessageLess() |
851 | 851 | echo -e "Advance to a next page with the $blueback<SpaceBar>$resetvid key." |
852 | 852 | echo -e "Navigate what has been displayed with the" |
853 | 853 | echo -e "Left/Right/Up/Down Arrow, PageUp, PageDown, Home, or End keys." |
854 | | - echo -e "If you are running within a grahical terminal session," |
| 854 | + echo -e "If you are running within a graphical terminal session," |
855 | 855 | nl |
856 | 856 | echo -e "you can also navigate with the mouse or touchpad." |
857 | 857 | echo -e "Get more built-in help within 'less' with the <H> key." |
@@ -957,7 +957,7 @@ function CheckPasterProgs() |
957 | 957 | paste_prog=4; |
958 | 958 | else |
959 | 959 | paste_prog=0; |
960 | | - echo -e "Many utilites were not found. Something is wrong."; |
| 960 | + echo -e "Many utilities were not found. Something is wrong."; |
961 | 961 | debug "All progs used for paste where not found" 1 |
962 | 962 | fi |
963 | 963 | } |
@@ -1158,5 +1158,5 @@ Paster |
1158 | 1158 | # |
1159 | 1159 | # Recheck all messages and prompts for spelling errors |
1160 | 1160 | # |
1161 | | -# Add comments as script doucmentation: |
| 1161 | +# Add comments as script documentation: |
1162 | 1162 | # - Document logic flow |
0 commit comments