summaryrefslogtreecommitdiff
path: root/scripts/dpkg-shlibdeps.pl
diff options
context:
space:
mode:
authorJosh Soref <jsoref@gmail.com>2017-02-26 22:14:52 +0000
committerGuillem Jover <guillem@debian.org>2017-05-06 17:49:12 +0200
commitb46c8ba6504ab341d74e61f003124d772a3f3875 (patch)
treedae22bc641a6ea6278096919164aa875b34e9fa8 /scripts/dpkg-shlibdeps.pl
parent4137592923011e34c865d34d202a02871c3840aa (diff)
downloaddpkg-b46c8ba6504ab341d74e61f003124d772a3f3875.tar.gz
doc: Spelling fixes
Signed-off-by: Guillem Jover <guillem@debian.org>
Diffstat (limited to 'scripts/dpkg-shlibdeps.pl')
-rwxr-xr-xscripts/dpkg-shlibdeps.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dpkg-shlibdeps.pl b/scripts/dpkg-shlibdeps.pl
index 8e8cb99d7..0978f33b9 100755
--- a/scripts/dpkg-shlibdeps.pl
+++ b/scripts/dpkg-shlibdeps.pl
@@ -166,7 +166,7 @@ error(g_('error occurred while parsing %s'), 'Build-Depends/Build-Depends-Arch')
my %dependencies;
-# Statictics on soname seen in the whole run (with multiple analysis of
+# Statistics on soname seen in the whole run (with multiple analysis of
# binaries)
my %global_soname_notfound;
my %global_soname_used;