From cefdd9755c56bbaeef03f1f61c68b6d6b6fb9a07 Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Tue, 17 Jan 2017 23:47:10 -0300 Subject: [PATCH] Removed unused vars --- util/build-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/build-packages b/util/build-packages index 5767f228..a942741d 100755 --- a/util/build-packages +++ b/util/build-packages @@ -4,7 +4,7 @@ # packages are created in the release/ directory (which is created if it # does not exist). # -# There's only one command line option: VERISON. It must be newer than +# There's only one command line option: VERSION. It must be newer than # the last version in the Changelog; see check_version(). Do not include # a leading 'v', just `build-packages 1.0.8' for example. #