npapi-vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Tue Jan 26 11:49:05 2016 +0100| [93422f55546a7ee520b25a749ad4b1851c2eee81] | committer: Hugo Beauzée-Luyssen
utils: Fix typos > https://code.videolan.org/videolan/npapi-vlc/commit/93422f55546a7ee520b25a749ad4b1851c2eee81 --- npapi/utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npapi/utils.hpp b/npapi/utils.hpp index a72a669..1f2ecae 100644 --- a/npapi/utils.hpp +++ b/npapi/utils.hpp @@ -348,7 +348,7 @@ struct Embeded Embeded( const Embeded& ) = default; - // Allow btiwise copy, assuming that the called has handled releasing + // Allow bitwise copy, assuming that the caller has handled releasing // previously held resources Embeded& operator=( const Embeded& ) = default; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
