[4.0] Fix typo error in some descriptions
[platform/core/uifw/dali-adaptor.git] / adaptors / public-api / adaptor-framework / native-image-source.h
old mode 100755 (executable)
new mode 100644 (file)
index 89257f2..26d79ef
@@ -122,10 +122,10 @@ public:
 
   /**
    * @brief Converts the current pixel contents to either a JPEG or PNG format
-   * and write that to the filesytem.
+   * and write that to the filesystem.
    *
    * @SINCE_1_0.0
-   * @param[in] filename Identify the filesytem location at which to write the encoded image.
+   * @param[in] filename Identify the filesystem location at which to write the encoded image.
    *                     The extension determines the encoding used.
    *                     The two valid encoding are (".jpeg"|".jpg") and ".png".
    * @return    @c true if the pixels were written, and @c false otherwise