From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Sun, 22 Sep 2019 12:12:11 +0000
Subject: spelling

Forwarded: non-needed
---
 cyarray/carray.pxd      | 2 +-
 cyarray/carray.pxd.mako | 2 +-
 cyarray/carray.pyx      | 2 +-
 cyarray/carray.pyx.mako | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cyarray/carray.pxd b/cyarray/carray.pxd
index 7603f50..287314d 100644
--- a/cyarray/carray.pxd
+++ b/cyarray/carray.pxd
@@ -3,7 +3,7 @@
 # To make changes modify the source templates (carray.pxd.mako) and regenerate
 #cython: language_level=3
 """
-Implementation of resizeable arrays of different types in Cython.
+Implementation of resizable arrays of different types in Cython.
 
 Declaration File.
 
diff --git a/cyarray/carray.pxd.mako b/cyarray/carray.pxd.mako
index 4117946..8900be4 100644
--- a/cyarray/carray.pxd.mako
+++ b/cyarray/carray.pxd.mako
@@ -11,7 +11,7 @@ type_info = [
 # To make changes modify the source templates (carray.pxd.mako) and regenerate
 #cython: language_level=3
 """
-Implementation of resizeable arrays of different types in Cython.
+Implementation of resizable arrays of different types in Cython.
 
 Declaration File.
 
diff --git a/cyarray/carray.pyx b/cyarray/carray.pyx
index 808764a..5a8c6ce 100644
--- a/cyarray/carray.pyx
+++ b/cyarray/carray.pyx
@@ -5,7 +5,7 @@
 # cython: embedsignature=True, language_level=3
 # distutils: define_macros=NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
 """
-Implementation of resizeable arrays of different types in Cython.
+Implementation of resizable arrays of different types in Cython.
 
 All arrays provide for the following operations:
 
diff --git a/cyarray/carray.pyx.mako b/cyarray/carray.pyx.mako
index 058b377..9217aa4 100644
--- a/cyarray/carray.pyx.mako
+++ b/cyarray/carray.pyx.mako
@@ -14,7 +14,7 @@ type_info = [
 # cython: embedsignature=True, language_level=3
 # distutils: define_macros=NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
 """
-Implementation of resizeable arrays of different types in Cython.
+Implementation of resizable arrays of different types in Cython.
 
 All arrays provide for the following operations:
 
