summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2018-11-04 08:19:46 +0000
committerNiels Thykier <niels@thykier.net>2018-11-04 08:19:46 +0000
commit3f7a4ead0463f3c250a329021d49f8815baf3121 (patch)
treee6591d5561867074c895549bb82e3bbdcffb1478 /lib
parent3ffb5e127c8fa0f3d3f9f08c8e4e62151e85fd1f (diff)
downloaddebhelper-3f7a4ead0463f3c250a329021d49f8815baf3121.tar.gz
Buildsystem: Fix spelling of "Invalid" in an error message
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/Debian/Debhelper/Buildsystem.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Debian/Debhelper/Buildsystem.pm b/lib/Debian/Debhelper/Buildsystem.pm
index 8176c7bf..2e467122 100644
--- a/lib/Debian/Debhelper/Buildsystem.pm
+++ b/lib/Debian/Debhelper/Buildsystem.pm
@@ -34,7 +34,7 @@ sub NAME {
return $name;
}
else {
- error("ınvalid build system class name: $class");
+ error("Invalid build system class name: $class");
}
}