Skip to content

Commit 51affbb

Browse files
authored
Update system-info
Another Spelling change...
1 parent 45cc2d7 commit 51affbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ function GetIP()
487487
# Get IP related information. Called once by GetNetworkingInfo().
488488
echo -e "${setansi}---------- IP Address Information:$ransi"
489489
echo -e " --- IP Address Information from 'ip addr' --- "
490-
# Grab IP adress information
490+
# Grab IP address information
491491
if [ "$less_status" == "less" ]
492492
then
493493
ip_addr=$(ip addr | grep -e '^[[:space:][1-9]:' -e 'inet.')

0 commit comments

Comments
 (0)