No real changes, just fix some typos in comments.

Closes #14276.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-05-07 13:12:27 +00:00
parent bea12bf084
commit 37424888b8
11 changed files with 11 additions and 11 deletions

View File

@@ -817,7 +817,7 @@ bool wxURI::ParseH16(const char*& uri)
//
// Parses a certain version of an IP address and moves the input string past
// it. Returns true if the input string contains the proper version of an ip
// address. It is the caller's responsability to move the input string back
// address. It is the caller's responsibility to move the input string back
// to its original position on failure.
// ---------------------------------------------------------------------------