summaryrefslogtreecommitdiff
path: root/BCT
diff options
context:
space:
mode:
authorGravatar t-espave <unknown>2011-07-22 08:51:34 -0700
committerGravatar t-espave <unknown>2011-07-22 08:51:34 -0700
commit6df9126650a4bae92688ebe50a67f7a961b793f0 (patch)
treea140377ce37d0f8d390b38b8d29d1286f6352e48 /BCT
parent8c1f91ba9f4dd98a28a11a5213274e19ed0d8da5 (diff)
typo
Diffstat (limited to 'BCT')
-rw-r--r--BCT/PhoneControlsExtractor/PhoneControlsExtractor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/BCT/PhoneControlsExtractor/PhoneControlsExtractor.py b/BCT/PhoneControlsExtractor/PhoneControlsExtractor.py
index 4fe4e18f..850a3306 100644
--- a/BCT/PhoneControlsExtractor/PhoneControlsExtractor.py
+++ b/BCT/PhoneControlsExtractor/PhoneControlsExtractor.py
@@ -144,7 +144,7 @@ def main():
outputFile= ""
try:
opts, args= getopt.getopt(sys.argv[1:], "p:o:", ["pages=","output="])
- except geopt.error, msg:
+ except getopt.error, msg:
print msg
showUsage()
sys.exit(2)