Fix spelling errors
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30589 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -38,7 +38,7 @@ BluetoothApplication::AboutRequested()
|
|||||||
" - Luroh\n"
|
" - Luroh\n"
|
||||||
" - Pieter Panman\n\n"
|
" - Pieter Panman\n\n"
|
||||||
"Economically:\n"
|
"Economically:\n"
|
||||||
" - Karl von Dorf, Andrea Bernardi (OSDrawer),\n"
|
" - Karl vom Dorff, Andrea Bernardi (OSDrawer),\n"
|
||||||
" - Matt M, Doug F, Hubert H,\n"
|
" - Matt M, Doug F, Hubert H,\n"
|
||||||
" - Sebastian B, Andrew M, Jared E,\n"
|
" - Sebastian B, Andrew M, Jared E,\n"
|
||||||
" - Frederik H, Tom S, Ferry B,\n"
|
" - Frederik H, Tom S, Ferry B,\n"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
namespace Bluetooth {
|
namespace Bluetooth {
|
||||||
|
|
||||||
DeviceListItem::DeviceListItem(BluetoothDevice* bDevice)
|
DeviceListItem::DeviceListItem(BluetoothDevice* bDevice)
|
||||||
: BListItem(),
|
: BListItem(),
|
||||||
fDevice(bDevice)
|
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(),
|
: BListItem(),
|
||||||
fDevice(NULL),
|
fDevice(NULL),
|
||||||
fAddress(bdaddr),
|
fAddress(bdaddr),
|
||||||
|
|||||||
@@ -233,7 +233,7 @@ DeviceManager::StartMonitoringDevice(const char *device)
|
|||||||
if (error != B_OK)
|
if (error != B_OK)
|
||||||
return error;
|
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
|
// We are monitoring the root we may have already directories inside
|
||||||
// to be monitored
|
// to be monitored
|
||||||
|
|||||||
Reference in New Issue
Block a user