]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/uri.cpp
adding ContentScaleFactor support to dc - defaulting to 1.0
[wxWidgets.git] / src / common / uri.cpp
index 86faa7a62fedf66289c60b043c2fb91db6b1a12a..88930c9ab9797bf280362f942b997afcf02e7a5e 100644 (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.
 // ---------------------------------------------------------------------------