]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed broken English...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jun 2003 21:25:08 +0000 (21:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jun 2003 21:25:08 +0000 (21:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/datespan.tex

index 0794bbe5cd464e7ac5cc7369442601f9b14d353d..ef59165864a8bfc8f0926b0147846a33804421fe 100644 (file)
@@ -39,7 +39,7 @@ function.
 Equality operators are defined for wxDateSpans. Two datespans are equal if
 and only if they both give the same target date when added to {\bf every}
 source date. Thus wxDateSpan::Months(1) is not equal to wxDateSpan::Days(30),
-because they not give the same date when added to 1 Feb. But
+because they don't give the same date when added to 1 Feb. But
 wxDateSpan::Days(14) is equal to wxDateSpan::Weeks(2)
 
 Finally, notice that for adding hours, minutes and so on you don't need this