[vlc-commits] utils: Fix typos

Hugo Beauzée-Luyssen git at videolan.org
Tue Jan 26 16:24:26 CET 2016


npapi-vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | 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;
 



More information about the vlc-commits mailing list