Fix a typo.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33163 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2009-09-18 02:14:02 +00:00
parent 4b36ef9c54
commit 8936b5e96b

View File

@ -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