Fix spelling errors

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30589 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Ruiz Dorantes 2009-05-02 20:19:47 +00:00
parent 13be439cfb
commit 1fd6d62418
3 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ BluetoothApplication::AboutRequested()
" - Luroh\n"
" - Pieter Panman\n\n"
"Economically:\n"
" - Karl von Dorf, Andrea Bernardi (OSDrawer),\n"
" - Karl vom Dorff, Andrea Bernardi (OSDrawer),\n"
" - Matt M, Doug F, Hubert H,\n"
" - Sebastian B, Andrew M, Jared E,\n"
" - Frederik H, Tom S, Ferry B,\n"

View File

@ -18,7 +18,7 @@
namespace Bluetooth {
DeviceListItem::DeviceListItem(BluetoothDevice* bDevice)
DeviceListItem::DeviceListItem(BluetoothDevice* bDevice)
: BListItem(),
fDevice(bDevice)
{
@ -26,7 +26,7 @@ DeviceListItem::DeviceListItem(BluetoothDevice* bDevice)
}
DeviceListItem::DeviceListItem(bdaddr_t bdaddr, DeviceClass dClass, int32 rssi)
DeviceListItem::DeviceListItem(bdaddr_t bdaddr, DeviceClass dClass, int32 rssi)
: BListItem(),
fDevice(NULL),
fAddress(bdaddr),

View File

@ -233,7 +233,7 @@ DeviceManager::StartMonitoringDevice(const char *device)
if (error != B_OK)
return error;
Output::Instance()->Postf(BLACKBOARD_DEVICEMANAGER, "%s path being monitorized\n", path.Path());
Output::Instance()->Postf(BLACKBOARD_DEVICEMANAGER, "%s path being monitored\n", path.Path());
// We are monitoring the root we may have already directories inside
// to be monitored