diff options
Diffstat (limited to 'python/tar.cc')
| -rw-r--r-- | python/tar.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tar.cc b/python/tar.cc index 38844a75..20fb1f5f 100644 --- a/python/tar.cc +++ b/python/tar.cc @@ -161,7 +161,7 @@ PyObject *debExtract(PyObject *Self,PyObject *Args) const ARArchive::Member *Member = Deb.GotoMember(Chunk); if (Member == 0) { - _error->Error("Cannot fund chunk %s",Chunk); + _error->Error("Cannot find chunk %s",Chunk); return HandleErrors(); } |
