From 69c53cbc39d4fed2c8947809fbecd297f9336b2f Mon Sep 17 00:00:00 2001
From: Stephen Soltesz <soltesz@cs.princeton.edu>
Date: Fri, 15 May 2009 23:22:36 +0000
Subject: [PATCH] typo

---
 getconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/getconf.py b/getconf.py
index 721932f..1008c74 100755
--- a/getconf.py
+++ b/getconf.py
@@ -46,7 +46,7 @@ if __name__ == '__main__':
 						help="""Force the recreation of the usb images.""")
 	parser = parsermodule.getParser(['defaults'], parser)
 
-	config = parsesrmodule.parse_args(parser)
+	config = parsermodule.parse_args(parser)
 
 	ret = {'url_list' : ''} 
 	for i in config.args:
-- 
2.47.0