X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2Fgatt-test%2Fbluetooth-gatt-test.c;h=cb7ef2223d69da18bd5be7b92fe0901da91416d4;hb=965b019b6e7ee4ad9d90602185b267a3ecb1b674;hp=d2738fca308566e0cfb417152f51df715eec4d75;hpb=ee5ac2d1b4b82b1f85ca677f336f3ec71cc49a7b;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/test/gatt-test/bluetooth-gatt-test.c b/test/gatt-test/bluetooth-gatt-test.c index d2738fc..cb7ef22 100755 --- a/test/gatt-test/bluetooth-gatt-test.c +++ b/test/gatt-test/bluetooth-gatt-test.c @@ -130,7 +130,7 @@ static void __accept_bdaddress(bluetooth_device_address_t *device_address) addr = get_bd_from_file(BD_ADDR_FILE); if (addr) { - TC_PRT("Remote bd adress from file: %s", addr); + TC_PRT("Remote bd address from file: %s", addr); convert_addr_string_to_addr_type(device_address, addr); g_free(addr); return;