From 517dc16612f83225e0f68307ad646c0b477f7d31 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 23 May 2015 11:36:40 +0200 Subject: [PATCH] Fix typo. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3e699966..19543d69e 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all: @echo "make install - Install on local system" @echo "make buildrpm - Generate a rpm package" @echo "make builddeb_py2 - Generate a deb package for Python 2" - @echo "make builddeb_py3 - Generate a deb package for Python 2" + @echo "make builddeb_py3 - Generate a deb package for Python 3" @echo "make clean - Get rid of scratch and byte files" source: