]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/html/faqgtk.htm
More parameter variable names fixed to make them more readable by replacing abbreviat...
[wxWidgets.git] / docs / html / faqgtk.htm
index cc4b3748e6f106e2813776d5adbe7fe6c3ed23f1..6da8b25c07cfbb78ad174c81e0d713501f733d89 100644 (file)
@@ -49,7 +49,7 @@ often abbreviated to wxGTK. wxGTK has a separate home page <a href="http://www.f
 <h3><a name="locale">Why doesn&#39;t reading floating point numbers work when using wxWidgets?</a></h3>
 
 If your program reads the floating point numbers in the format <tt>123.45</tt>
-from a file, it may suddently start returning just <tt>123</tt> instead of the
+from a file, it may suddenly start returning just <tt>123</tt> instead of the
 correct value on some systems -- which is all the more mysterious as the same
 code in a standalone program works just fine.