From 3eb069e2acba31b0c9a62e9c791d938b062afc22 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <piotr@debian.org>
Date: Mon, 4 Jun 2012 22:31:57 +0200
Subject: [PATCH] typo fixed (s/versions/version)

---
 README.derivatives | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.derivatives b/README.derivatives
index 59a653a..f8d0ce9 100644
--- a/README.derivatives
+++ b/README.derivatives
@@ -6,7 +6,7 @@ How to change a list of supported Python versions?
   python-all-dbg's Depends line (add or remove pythonX.Y packages)
 * Open debian/pyversions.py file and edit `_supported_versions` list
   around line 141
-* Open debpython/versions.py file and edit `SUPPORTED` list around
+* Open debpython/version.py file and edit `SUPPORTED` list around
   line 26
 
 
@@ -18,7 +18,7 @@ How to change default Python version?
   (default + 1 version) and `PVER` (default version with "python" prefix)
 * Open debian/pyversions.py file and edit `debian_default` variable around
   line 171
-* Open debpython/versions.py file and edit `DEFAULT` variable around line 27
+* Open debpython/version.py file and edit `DEFAULT` variable around line 27
 
 
 How to bump minimum required Python version by dh_python2?
-- 
GitLab