diff options
author | 2006-08-12 20:50:33 +0000 | |
---|---|---|
committer | 2006-08-12 20:50:33 +0000 | |
commit | 0d0a2b242be3890d86cb9fe47cc1e308548da00d (patch) | |
tree | 2778d85f5e995ecf70391fd0724c341afa42a9c3 | |
parent | 29c68cdf0c4be9a75a5600b8e30e9e018f75c8aa (diff) | |
download | paludis-0d0a2b242be3890d86cb9fe47cc1e308548da00d.tar.gz paludis-0d0a2b242be3890d86cb9fe47cc1e308548da00d.tar.xz |
Fix typo.
-rw-r--r-- | doc/doc_configuration_files.doxygen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc_configuration_files.doxygen b/doc/doc_configuration_files.doxygen index a174ad1..c0f4eea 100644 --- a/doc/doc_configuration_files.doxygen +++ b/doc/doc_configuration_files.doxygen @@ -227,7 +227,7 @@ you know what you do. The following keys are available for <code>format = cran_installed</code>: -- <code>location</code> (mandator>, which should be set to <code>${ROOT}/usr/${libdir}/R/library</code>, unless +- <code>location</code> (mandatory), which should be set to <code>${ROOT}/usr/${libdir}/R/library</code>, unless you know what you do. This must point to the same directory as <code>library</code> for <code>format = cran</code>. */ |