use 'neither ... nor ...' instead of 'neither ... or ...' in wxFinite documentation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-07-06 11:17:13 +00:00
parent 4799f3baab
commit 39434ba375

View File

@ -2435,7 +2435,7 @@ checkbox which is shown in the tips dialog.}
\func{int}{wxFinite}{\param{double }{x}}
Returns a non-zero value if {\it x} is neither infinite or NaN (not a number),
Returns a non-zero value if {\it x} is neither infinite nor NaN (not a number),
returns 0 otherwise.