From d7161a2b65619b7fb9ca4840fafe9d6a7566df81 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 6 Oct 2010 20:39:08 +0000 Subject: [PATCH] Fix typo This commit was SVN r23850. --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index b4231bfaf8..78e5003e19 100644 --- a/HACKING +++ b/HACKING @@ -61,7 +61,7 @@ developer's checkout, you have three main options: shell$ svn co http://svn.open-mpi.org/svn/ompi/trunk ompi shell$ cd ompi - shell$ ./autogen.p + shell$ ./autogen.pl shell$ mkdir build shell$ cd build shell$ ../configure ...