Skip to content

Commit eed1257

Browse files
committed
Made spelling corrections on comments. No version chage as nothing chanf\ged functionally.
1 parent 07759d9 commit eed1257

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

system-info

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## MAFoElffen, <mafoelffen@ubuntu.com>, 2021.08.19
44
##
5-
## Contributers:
5+
## Contributors:
66
## sudodus <nio.wiklund@gmail.com>, 2021.08.25
77
## Doug S, 2021.08.22
88
## oldfred, 2021.08.20
@@ -552,7 +552,7 @@ function GetInternetStatus()
552552

553553
function GetPingStatus()
554554
{
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()).
556556
ping -c 1 $1 &> /dev/null
557557
pingStatus=$?
558558
if [ $pingStatus == 0 ]
@@ -630,7 +630,7 @@ function GetFQDN()
630630

631631
function GetDiskInfo()
632632
{
633-
# Gets filesystem, disk, fstab and moutn information. Called once by Writer().
633+
# Gets filesystem, disk, fstab and mount information. Called once by Writer().
634634
GetStorageControllers
635635
echo -e "${setansi}---------- File system specs from 'df -h':$ransi"
636636
df -hT -x tmpfs -x devtmpfs | grep -v '/snap/'
@@ -857,7 +857,7 @@ function GetInstallMedia()
857857
function GetDistUpgradeDate()
858858
{
859859
# Gets Do_Release_Update date. Called once by GetOtherDetails().
860-
# Displays if it it ever had a do-release-upgrade process done
860+
# Displays if it ever had a do-release-upgrade process done
861861
if [ -f /var/log/dist-upgrade/apt.log ]
862862
then
863863
drg_date=$(sudo egrep -m 1 'Log Time' /var/log/dist-upgrade/apt.log | awk '{"Do-Release-Upgrade Date: "$3 }' )
@@ -1057,7 +1057,7 @@ function MessageLess()
10571057
echo -e "Advance to a next page with the $blueback<SpaceBar>$resetvid key."
10581058
echo -e "Navigate what has been displayed with the"
10591059
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,"
10611061
nl
10621062
echo -e "you can also navigate with the mouse or touchpad."
10631063
echo -e "Get more built-in help within 'less' with the <H> key."
@@ -1255,7 +1255,7 @@ function CheckPasterProgs()
12551255
paste_prog=4;
12561256
else
12571257
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.";
12591259
debug "All progs used for paste where not found" 1
12601260
fi
12611261
}

0 commit comments

Comments
 (0)