diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-05-24 10:40:22 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-05-24 10:46:48 +0200 |
commit | cbe5f09846e7efafd36efa81f0ec788c55b5baf5 (patch) | |
tree | 637875668ac3907130dd08bb59dace56b61d00a6 /apt-pkg/deb | |
parent | 40ebab6ac9dcbbebd3c3e6d70eee0d6e3ab36520 (diff) |
fix two typos in untranslated errors of libapt-pkg
Reported-By: lintian: spelling-error-in-binary
Git-Dch: Ignore
Diffstat (limited to 'apt-pkg/deb')
-rw-r--r-- | apt-pkg/deb/dpkgpm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/deb/dpkgpm.cc b/apt-pkg/deb/dpkgpm.cc index 76a81bb33..4a77942f1 100644 --- a/apt-pkg/deb/dpkgpm.cc +++ b/apt-pkg/deb/dpkgpm.cc @@ -477,7 +477,7 @@ bool pkgDPkgPM::RunScriptsWithPkgs(const char *Cnf) close(Pipes[0]); FILE *F = fdopen(Pipes[1],"w"); if (F == 0) { - result = _error->Errno("fdopen","Faild to open new FD"); + result = _error->Errno("fdopen","Failed to open new FD"); break; } |