Good morning,
A minor spelling buglet in files.Rd
Index: trunk/src/library/base/man/files.Rd
==================================================================---
trunk/src/library/base/man/files.Rd (revision 48691)
+++ trunk/src/library/base/man/files.Rd (working copy)
@@ -100,7 +100,7 @@
}
#ifdef windows
\note{
- There is no guarantee that these fcuntions will handle Windows
+ There is no guarantee that these functions will handle Windows
relative paths of the form \file{d:path}: try \file{d:./path}
instead. In particular, \file{d:} is not recognized as a directory.
}
kind regards,
Sean O'Riordain
unaffiliated...
[[alternative HTML version deleted]]
Sean O'Riordain wrote:> Good morning, > > A minor spelling buglet in files.Rd > > > Index: trunk/src/library/base/man/files.Rd > ==================================================================> --- trunk/src/library/base/man/files.Rd (revision 48691) > +++ trunk/src/library/base/man/files.Rd (working copy) > @@ -100,7 +100,7 @@ > } > #ifdef windows > \note{ > - There is no guarantee that these fcuntions will handle Windows > + There is no guarantee that these functions will handle Windows > relative paths of the form \file{d:path}: try \file{d:./path} > instead. In particular, \file{d:} is not recognized as a directory. > } > >Thanks, now fixed. Duncan Murdoch