summaryrefslogtreecommitdiff
path: root/synadhd/wifi_hal/gscan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'synadhd/wifi_hal/gscan.cpp')
-rwxr-xr-xsynadhd/wifi_hal/gscan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/synadhd/wifi_hal/gscan.cpp b/synadhd/wifi_hal/gscan.cpp
index 995c989..16772ff 100755
--- a/synadhd/wifi_hal/gscan.cpp
+++ b/synadhd/wifi_hal/gscan.cpp
@@ -209,7 +209,7 @@ class GetCapabilitiesCommand : public WifiCommand
}
virtual int create() {
- ALOGV("Creating message to get scan capablities; iface = %d", mIfaceInfo->id);
+ ALOGV("Creating message to get scan capabilities; iface = %d", mIfaceInfo->id);
int ret = mMsg.create(GOOGLE_OUI, mRequesttype);
if (ret < 0) {