[Phylobase-commits] r170 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Mar 23 22:13:22 CET 2008
Author: bbolker
Date: 2008-03-23 22:13:22 +0100 (Sun, 23 Mar 2008)
New Revision: 170
Modified:
pkg/R/class-phylo4.R
Log:
fixed trivial typo
Modified: pkg/R/class-phylo4.R
===================================================================
--- pkg/R/class-phylo4.R 2008-03-16 04:08:04 UTC (rev 169)
+++ pkg/R/class-phylo4.R 2008-03-23 21:13:22 UTC (rev 170)
@@ -8,7 +8,7 @@
root.edge = "numeric"),
prototype = list(
edge = matrix(nrow = 0, ncol = 2,
- dimname = list(NULL, c("ancestor", "descendent"))),
+ dimname = list(NULL, c("ancestor", "descendant"))),
edge.length = numeric(0),
Nnode = as.integer(0),
tip.label = character(0),
More information about the Phylobase-commits
mailing list