bluetoothengine/btnotif/btnotifsrv/src/btnotifserviceauthorizer.cpp
changeset 57 5ebadcda06cb
parent 47 9e2a905b887f
child 70 f5508c13dfe0
--- a/bluetoothengine/btnotif/btnotifsrv/src/btnotifserviceauthorizer.cpp	Fri Aug 06 16:43:21 2010 +0300
+++ b/bluetoothengine/btnotif/btnotifsrv/src/btnotifserviceauthorizer.cpp	Fri Sep 03 16:17:59 2010 +0300
@@ -126,7 +126,7 @@
         return;
         }
     
-    // User must namually authorize this request. 
+    // User must manually authorize this request. 
     // Get needed info for the dialog:
     iPairedDevice = (dev == NULL ) ? EFalse : dev->IsUserAwareBonded();
     iDeviceClass = (dev == NULL ) ? 0 : dev->Device().DeviceClass().DeviceClass();