[Dplr-commits] r856 - pkg/dplR/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon May 5 22:40:23 CEST 2014
Author: mvkorpel
Date: 2014-05-05 22:40:23 +0200 (Mon, 05 May 2014)
New Revision: 856
Modified:
pkg/dplR/R/redfit.R
Log:
Typo fix
Modified: pkg/dplR/R/redfit.R
===================================================================
--- pkg/dplR/R/redfit.R 2014-05-05 20:39:50 UTC (rev 855)
+++ pkg/dplR/R/redfit.R 2014-05-05 20:40:23 UTC (rev 856)
@@ -247,7 +247,7 @@
cat(gettext("Number of duplicates by age,\n",
domain = "R-dplR"), file = stderr())
}
- cat(gettext("'k' duplicates means 'k + 1' total obsevations:\n",
+ cat(gettext("'k' duplicates means 'k + 1' total observations:\n",
domain = "R-dplR"), file = stderr())
dtable <- table(t2[dupl])
if (tTime) {
More information about the Dplr-commits
mailing list