Fix a typo.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33163 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4b36ef9c54
commit
8936b5e96b
@ -115,7 +115,7 @@ InterfaceStatusItem::DrawItem(BView* owner, BRect /*bounds*/, bool complete)
|
||||
if (fSetting->GetAutoConfigure())
|
||||
owner->DrawString("DHCP enabled", commentPt);
|
||||
else
|
||||
owner->DrawString("DHCP disabled, use static IP adress", commentPt);
|
||||
owner->DrawString("DHCP disabled, use static IP address", commentPt);
|
||||
|
||||
|
||||
} else
|
||||
|
Loading…
Reference in New Issue
Block a user