From 9834292c10a3e9e0aa3c18b57d0bde28b3c9aecd Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 5 Dec 2018 11:19:29 -0500 Subject: doc: Fix typo. * doc/api.texi (Sprites): s/diving/dividing/ --- doc/api.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/api.texi b/doc/api.texi index c79af20..6581ae7 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -1452,7 +1452,7 @@ Use batched rendering for all @code{draw-sprite} calls within With a basic sprite abstraction in place, it's possible to build other abstractions on top of it. One such example is the ``nine patch''. A nine patch is a sprite that can be rendered at various sizes without -becoming distorted. This is achieved by diving up the sprite into +becoming distorted. This is achieved by dividing up the sprite into nine regions: @itemize -- cgit v1.2.3