X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62e3e6c2bc1b6371e6054091f22e99a8ef9166a2..8472511246c9160d4ff40ab86f635fc67c10b54a:/src/common/uri.cpp diff --git a/src/common/uri.cpp b/src/common/uri.cpp index aac7aec3d1..88930c9ab9 100644 --- a/src/common/uri.cpp +++ b/src/common/uri.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: uri.cpp +// Name: src/common/uri.cpp // Purpose: Implementation of a URI parser // Author: Ryan Norton, // Vadim Zeitlin (UTF-8 URI support, many other changes) @@ -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. // ---------------------------------------------------------------------------