From e40e0093fb6aa11b9472f41f3692480e1111590f Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Sat, 16 Mar 2019 11:58:23 +0200 Subject: [PATCH] Fix typo Co-Authored-By: hugovk --- src/_imagingcms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_imagingcms.c b/src/_imagingcms.c index 13a013ced..a79c0c1b5 100644 --- a/src/_imagingcms.c +++ b/src/_imagingcms.c @@ -1016,7 +1016,7 @@ static PyObject* cms_profile_getattr_pcs(CmsProfileObject* self, void* closure) { PyErr_WarnEx(PyExc_DeprecationWarning, - "cms is deprecated. Use padded connection_space instead.", 1); + "pcs is deprecated. Use padded connection_space instead.", 1); return PyUnicode_DecodeFSDefault(findICmode(cmsGetPCS(self->profile))); }