From 76310108719177d48956f742a8050006bb19ca0f Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Fri, 13 Feb 2015 15:14:20 +0100 Subject: [PATCH] Typo fix in comment --- python-pyglet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pyglet.spec b/python-pyglet.spec index af0ce99..7b9ced0 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -75,7 +75,7 @@ pyglet might be seen as an alternative to PyGame. %prep %setup -q -n %{versionedname} -# Remove the bundled pypng library python-pillow provides the same functionality) +# Remove the bundled pypng library (python-pillow provides the same functionality) rm pyglet/image/codecs/png.py rm pyglet/image/codecs/pypng.py