Fix typos in comments in C++ code

No real changes.

Closes https://github.com/wxWidgets/wxWidgets/pull/268
This commit is contained in:
orbitcowboy
2016-04-12 17:02:14 +02:00
committed by Vadim Zeitlin
parent c30fe114ee
commit e3f1423632
13 changed files with 30 additions and 30 deletions

View File

@@ -9,7 +9,7 @@
/////////////////////////////////////////////////////////////////////////////
// This class closely follows the implementation of the boost
// library scoped_ptr and is an adaption for c++ macro's in
// library scoped_ptr and is an adaptation for c++ macro's in
// the wxWidgets project. The original authors of the boost
// scoped_ptr are given below with their respective copyrights.