From f44ecaa4f27e7538ddcad66d40e543bffa2d2d86 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 4 Jun 2017 16:57:49 +0200 Subject: sync with upstream --- xbmc/filesystem/IFileTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xbmc/filesystem/IFileTypes.h') diff --git a/xbmc/filesystem/IFileTypes.h b/xbmc/filesystem/IFileTypes.h index 7cafa2c..70fee2f 100644 --- a/xbmc/filesystem/IFileTypes.h +++ b/xbmc/filesystem/IFileTypes.h @@ -37,7 +37,7 @@ namespace XFILE /* open without caching. regardless to file type. */ static const unsigned int READ_NO_CACHE = 0x08; -/* calcuate bitrate for file while reading */ +/* calculate bitrate for file while reading */ static const unsigned int READ_BITRATE = 0x10; /* indicate to the caller we will seek between multiple streams in the file frequently */ -- cgit v1.2.3