diff options
author | Helmut Grohne <helmut@subdivi.de> | 2014-02-23 18:19:35 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2014-02-23 18:19:35 +0100 |
commit | 8d4c5512edbdcdd1063a7e6508f398a5a57981be (patch) | |
tree | e747725f537bb6d4499c1375a328b15a59411e8c /webapp.py | |
parent | 8ccd5205f77276b333c56efb8271a0ddf11590a0 (diff) | |
download | debian-dedup-8d4c5512edbdcdd1063a7e6508f398a5a57981be.tar.gz |
spell check comments
Diffstat (limited to 'webapp.py')
-rwxr-xr-x | webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ class Application(object): return html_response(package_template.render(params)) def compute_comparison(self, pid1, pid2): - """Compute a sequence of comparison objects ordery by the size of the + """Compute a sequence of comparison objects ordered by the size of the object in the first package. Each element of the sequence is a dict defining the following keys: * filenames: A set of filenames in package 1 (pid1) all referring to |