Fix typo errors in API description 19/87419/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 8 Sep 2016 02:20:52 +0000 (11:20 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 8 Sep 2016 02:20:52 +0000 (11:20 +0900)
Change-Id: I3a7cb7e2c1c1b8bfa0db7d59af17c8aec4ceb9ce
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
include/tv/bluetooth_type.h
include/wearable/bluetooth_type.h

index 9406af1..b5b1fde 100644 (file)
@@ -703,7 +703,7 @@ typedef enum {
  */
 typedef enum {
        BT_GATT_PERMISSION_READ = 0x01,   /**< Readable permission */
-       BT_GATT_PERMISSION_WRITE = 0x02, /**< Writeable permission */
+       BT_GATT_PERMISSION_WRITE = 0x02, /**< Writable permission */
        BT_GATT_PERMISSION_ENCRYPT_READ = 0x04,  /**< Readable permission required encryption */
        BT_GATT_PERMISSION_ENCRYPT_WRITE = 0x08,  /**< Writable permission required encryption */
        BT_GATT_PERMISSION_ENCRYPT_AUTHENTICATED_READ = 0x10,    /**< Readable permission required encryption and authentication */
index 37d6a86..10a6767 100644 (file)
@@ -702,7 +702,7 @@ typedef enum {
  */
 typedef enum {
        BT_GATT_PERMISSION_READ = 0x01,   /**< Readable permission */
-       BT_GATT_PERMISSION_WRITE = 0x02, /**< Writeable permission */
+       BT_GATT_PERMISSION_WRITE = 0x02, /**< Writable permission */
        BT_GATT_PERMISSION_ENCRYPT_READ = 0x04,  /**< Readable permission required encryption */
        BT_GATT_PERMISSION_ENCRYPT_WRITE = 0x08,  /**< Writable permission required encryption */
        BT_GATT_PERMISSION_ENCRYPT_AUTHENTICATED_READ = 0x10,    /**< Readable permission required encryption and authentication */