Fix wrong comment spelling 20/155020/1
authorSeungha Son <seungha.son@samsung.com>
Thu, 12 Oct 2017 01:58:41 +0000 (10:58 +0900)
committerSeungha Son <seungha.son@samsung.com>
Thu, 12 Oct 2017 01:59:06 +0000 (10:59 +0900)
Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: Iec5b33b2419be441ae62b89c09613debf3f8260e

src/app2ext_interface.c

index 5c893e9..215e665 100644 (file)
@@ -100,7 +100,7 @@ int app2ext_deinit(app2ext_handle *handle)
        /* close the plugin handle*/
        dlclose(handle->plugin_handle);
 
-       /* free allocated memory during installtion*/
+       /* free allocated memory during installation*/
        free(handle);
 
        return 0;