Skip to content

Commit ede9d04

Browse files
Fix small typo
1 parent 6c79200 commit ede9d04

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/interface/basicio.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ python-exiv2 has an Image.data() method to provide data access without
3131
going via a Python BasicIo object.
3232
3333
It is planned to remove BasicIo from the Python interface in a future
34-
release. Please let me (jim@jim-easterbrook.me.uk) know if that wiould
34+
release. Please let me (jim@jim-easterbrook.me.uk) know if that would
3535
be a problem for you.";
3636

3737
#pragma SWIG nowarn=321 // 'open' conflicts with a built-in name in python

src/swig-0_27_7/basicio_wrap.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6161,7 +6161,7 @@ static PyHeapTypeObject SwigPyBuiltin__Exiv2__BasicIo_type = {
61616161
"going via a Python BasicIo object.\n"
61626162
"\n"
61636163
"It is planned to remove BasicIo from the Python interface in a future\n"
6164-
"release. Please let me (jim@jim-easterbrook.me.uk) know if that wiould\n"
6164+
"release. Please let me (jim@jim-easterbrook.me.uk) know if that would\n"
61656165
"be a problem for you.\n"
61666166
"", /* tp_doc */
61676167
(traverseproc) 0, /* tp_traverse */
@@ -6332,7 +6332,7 @@ static PyTypeObject *SwigPyBuiltin__Exiv2__BasicIo_type_create(PyTypeObject *typ
63326332
"going via a Python BasicIo object.\n"
63336333
"\n"
63346334
"It is planned to remove BasicIo from the Python interface in a future\n"
6335-
"release. Please let me (jim@jim-easterbrook.me.uk) know if that wiould\n"
6335+
"release. Please let me (jim@jim-easterbrook.me.uk) know if that would\n"
63366336
"be a problem for you.\n"
63376337
"" },
63386338
{ Py_tp_richcompare, (void *)(richcmpfunc) SwigPyBuiltin__Exiv2__BasicIo_richcompare },

src/swig-0_28_7/basicio_wrap.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6429,7 +6429,7 @@ static PyHeapTypeObject SwigPyBuiltin__Exiv2__BasicIo_type = {
64296429
"going via a Python BasicIo object.\n"
64306430
"\n"
64316431
"It is planned to remove BasicIo from the Python interface in a future\n"
6432-
"release. Please let me (jim@jim-easterbrook.me.uk) know if that wiould\n"
6432+
"release. Please let me (jim@jim-easterbrook.me.uk) know if that would\n"
64336433
"be a problem for you.\n"
64346434
"", /* tp_doc */
64356435
(traverseproc) 0, /* tp_traverse */
@@ -6600,7 +6600,7 @@ static PyTypeObject *SwigPyBuiltin__Exiv2__BasicIo_type_create(PyTypeObject *typ
66006600
"going via a Python BasicIo object.\n"
66016601
"\n"
66026602
"It is planned to remove BasicIo from the Python interface in a future\n"
6603-
"release. Please let me (jim@jim-easterbrook.me.uk) know if that wiould\n"
6603+
"release. Please let me (jim@jim-easterbrook.me.uk) know if that would\n"
66046604
"be a problem for you.\n"
66056605
"" },
66066606
{ Py_tp_richcompare, (void *)(richcmpfunc) SwigPyBuiltin__Exiv2__BasicIo_richcompare },

src/swig-0_28_9/basicio_wrap.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6429,7 +6429,7 @@ static PyHeapTypeObject SwigPyBuiltin__Exiv2__BasicIo_type = {
64296429
"going via a Python BasicIo object.\n"
64306430
"\n"
64316431
"It is planned to remove BasicIo from the Python interface in a future\n"
6432-
"release. Please let me (jim@jim-easterbrook.me.uk) know if that wiould\n"
6432+
"release. Please let me (jim@jim-easterbrook.me.uk) know if that would\n"
64336433
"be a problem for you.\n"
64346434
"", /* tp_doc */
64356435
(traverseproc) 0, /* tp_traverse */
@@ -6600,7 +6600,7 @@ static PyTypeObject *SwigPyBuiltin__Exiv2__BasicIo_type_create(PyTypeObject *typ
66006600
"going via a Python BasicIo object.\n"
66016601
"\n"
66026602
"It is planned to remove BasicIo from the Python interface in a future\n"
6603-
"release. Please let me (jim@jim-easterbrook.me.uk) know if that wiould\n"
6603+
"release. Please let me (jim@jim-easterbrook.me.uk) know if that would\n"
66046604
"be a problem for you.\n"
66056605
"" },
66066606
{ Py_tp_richcompare, (void *)(richcmpfunc) SwigPyBuiltin__Exiv2__BasicIo_richcompare },

0 commit comments

Comments
 (0)