We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45cc2d7 commit 51affbbCopy full SHA for 51affbb
system-info
@@ -487,7 +487,7 @@ function GetIP()
487
# Get IP related information. Called once by GetNetworkingInfo().
488
echo -e "${setansi}---------- IP Address Information:$ransi"
489
echo -e " --- IP Address Information from 'ip addr' --- "
490
- # Grab IP adress information
+ # Grab IP address information
491
if [ "$less_status" == "less" ]
492
then
493
ip_addr=$(ip addr | grep -e '^[[:space:][1-9]:' -e 'inet.')
0 commit comments