Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia / Common.Internal / IBufferOwner.cs
index 6553b3a..16acf08 100644 (file)
@@ -56,7 +56,7 @@ namespace Tizen.Multimedia
 
             if (!bufferOwner.IsBufferAccessible(buffer, MediaBufferAccessMode.Write))
             {
-                throw new InvalidOperationException("The buffer is not in writable state.");
+                throw new InvalidOperationException("The buffer is not in the writable state.");
             }
         }
     }