summaryrefslogtreecommitdiff
path: root/importpkg.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2014-02-23 18:19:35 +0100
committerHelmut Grohne <helmut@subdivi.de>2014-02-23 18:19:35 +0100
commit8d4c5512edbdcdd1063a7e6508f398a5a57981be (patch)
treee747725f537bb6d4499c1375a328b15a59411e8c /importpkg.py
parent8ccd5205f77276b333c56efb8271a0ddf11590a0 (diff)
downloaddebian-dedup-8d4c5512edbdcdd1063a7e6508f398a5a57981be.tar.gz
spell check comments
Diffstat (limited to 'importpkg.py')
-rwxr-xr-ximportpkg.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/importpkg.py b/importpkg.py
index cb16f97..aeccda5 100755
--- a/importpkg.py
+++ b/importpkg.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
-"""This tool reads a debian package from stdin and emits a yaml stream on
+"""This tool reads a Debian package from stdin and emits a yaml stream on
stdout. It does not access a database. Therefore it can be run in parallel and
-on multiple machines. The generated yaml conatins multiple documents. The first
+on multiple machines. The generated yaml contains multiple documents. The first
document contains package metadata. Then a document is emitted for each file.
And finally a document consisting of the string "commit" is emitted."""