From 339a160bd015a5dc984f902505edd8a2ddbf11d9 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 20 Jan 2017 10:56:06 +0000 Subject: [PATCH] fix spelling: accomodate -> accommodate --- kivy/graphics/vertex_instructions.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivy/graphics/vertex_instructions.pyx b/kivy/graphics/vertex_instructions.pyx index 6774bb34b..f1766f067 100644 --- a/kivy/graphics/vertex_instructions.pyx +++ b/kivy/graphics/vertex_instructions.pyx @@ -856,7 +856,7 @@ cdef class BorderImage(Rectangle): If the BorderImage's size is less than the sum of it's borders, horizontally or vertically, and this property is - set to True, the borders will be rescaled to accomodate for + set to True, the borders will be rescaled to accommodate for the smaller size. '''