From 53231452a877af582b70055c900c8df41af2984e Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.a@mailoo.org>
Date: Sun, 1 Feb 2015 14:39:44 +0100
Subject: [PATCH] fix typo in setup.R

---
 R/setup.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/R/setup.R b/R/setup.R
index 30cecdf..a421f3a 100644
--- a/R/setup.R
+++ b/R/setup.R
@@ -1,5 +1,5 @@
 # Setup a file structure under R_HOME_USER/pkgdev/ to run later tests
-# @param atInstall Logical, TRUE if invoked at package installation
+# @param reset Logical, TRUE to wipe everything under R_HOME_USER/pkgdev folder
 .pkgdev.setup = function(reset=FALSE) {
 
     # environment variable R_HOME_USER must be set: everything starts here
-- 
2.44.0