From e3af3762c13a7668895b40c78ff9de0ed8037274 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 25 Dec 2016 17:19:08 +0200 Subject: Fix variable name --- icklib/cleanly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icklib/cleanly b/icklib/cleanly index 7bbe791..7f4b354 100755 --- a/icklib/cleanly +++ b/icklib/cleanly @@ -313,7 +313,7 @@ class App(cliapp.Application): self._report('Find out of dpkg-buildpackage has --check-option') output = cliapp.runcmd(['dpkg-buildpackage', '--help']) - has_check_optio = '---check-option' in output + has_check_option = '---check-option' in output self._report('Build the binary packages') opts = [ -- cgit v1.2.1