summaryrefslogtreecommitdiff
path: root/scripts/dpkg-shlibdeps.pl
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2013-08-11 23:58:18 +0200
committerGuillem Jover <guillem@debian.org>2013-09-19 19:48:25 +0200
commit9b8a544549ea911210f8ec1dc6062bf98e8a3e3a (patch)
tree2dab91c608b6cae4b43fd05661feacfa7618d583 /scripts/dpkg-shlibdeps.pl
parent17913ae2214d7c0493b9000e0ca61e76349f4e18 (diff)
downloaddpkg-9b8a544549ea911210f8ec1dc6062bf98e8a3e3a.tar.gz
Decapitalize error and warning messages
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 c533790a1..ba53208d4 100755
--- a/scripts/dpkg-shlibdeps.pl
+++ b/scripts/dpkg-shlibdeps.pl
@@ -682,7 +682,7 @@ sub extract_from_shlibs {
# Split soname in name/version
my ($libname, $libversion) = split_soname($soname);
unless (defined $libname) {
- warning(_g("Can't extract name and version from library name \`%s'"),
+ warning(_g("can't extract name and version from library name '%s'"),
$soname);
return;
}