[java-idp-log-analysis] 05/06: Fix minor spelling errors
Ian Young
ian at iay.org.uk
Mon Jan 23 11:33:05 EST 2017
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-idp-log-analysis.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-log-analysis.git;a=commit;h=051e776836f96d050c7e27fb0578f857ea61893f
commit 051e776836f96d050c7e27fb0578f857ea61893f
Author: Chad La Joie <clajoie at gmail.com>
AuthorDate: Fri Mar 18 11:35:10 2011 +0000
Fix minor spelling errors
---
loganalysis.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/loganalysis.py b/loganalysis.py
index 12a2dc9..80c8878 100644
--- a/loganalysis.py
+++ b/loganalysis.py
@@ -119,7 +119,7 @@ def rpPerMessageProfile(db,options):
print
def main():
- """Parse command line options and aguments and their contents."""
+ """Parse command line options and arguments and their contents."""
parser = OptionParser()
usage = "usage: %prog [options] [files ...]"
parser = OptionParser(usage)
@@ -159,7 +159,7 @@ def main():
parser.print_help()
sys.exit(-1)
- # map comman line options to procedures
+ # map command line options to procedures
if options.uniqrp: uniqueRps(db)
if options.rpcount: uniqueRpCount(db,options)
if options.uniqusers: uniqueUsers(db,options)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list