We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6eb23 commit 3f1af67Copy full SHA for 3f1af67
src/Tizen.Content.Download/Tizen.Content.Download/CacheManager.cs
@@ -65,7 +65,7 @@ static public uint MaxCacheSize
65
int ret = Interop.Download.GetDownloadCacheMaxSize(out maxCacheSize);
66
if (ret != (int)DownloadError.None)
67
{
68
- DownloadErrorFactory.ThrowException(ret, "Failed to get max size of cache");
+ DownloadErrorFactory.ThrowException(ret, "Failed to get maximum size of cache");
69
}
70
return maxCacheSize;
71
0 commit comments