Skip to content

Commit 7296cbf

Browse files
committed
Spellig
1 parent 023034c commit 7296cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/skins/vector/views/molecules/MImageTile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module.exports = React.createClass({
8383
<div className="mx_MImageTile_download">
8484
<a href={cli.mxcUrlToHttp(content.url)} target="_blank">
8585
<img src="img/download.png" width="10" height="12"/>
86-
Download {content.body} ({ content.info && content.info.size ? filesize(content.info.size) : "Unknwon size" })
86+
Download {content.body} ({ content.info && content.info.size ? filesize(content.info.size) : "Unknown size" })
8787
</a>
8888
</div>
8989
</span>

0 commit comments

Comments
 (0)