summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovico Cavedon <cavedon@debian.org>2011-02-05 11:36:27 -0800
committerLudovico Cavedon <cavedon@debian.org>2011-02-05 11:36:27 -0800
commit9f8fd78f0dcbcc1bc6cb3324da734856379136eb (patch)
treed51588e0e0c884bb7d1b2f4c5e4dfc603b0de1e1
parent7f34de457274ecd9d698f6c2a7d0c7eacff9ea8a (diff)
Fix typo in package description (Closes: #612076).
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index cd78fa4..bedea5a 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ XB-Python-Version: ${python:Versions}
Description: Module to access and modify configuration data in INI files
iniparse is a INI parser for Python which is:
.
- * Compatiable with ConfigParser: Backward compatible implementations of
+ * Compatible with ConfigParser: Backward compatible implementations of
ConfigParser, RawConfigParser, and SafeConfigParser are included that are
API-compatible with the Python standard library. They pass all the unit
tests in Python-2.4.4.