docs: initialisation -> initialization

Most of the docs is US English, let's stick to that.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6864>
This commit is contained in:
Erik Faye-Lund 2020-09-25 15:09:15 +02:00 committed by Marge Bot
parent 2dccdb1d4b
commit 0894b590a4
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ Bootstrapping
~~~~~~~~~~~~~
When the apps calls ``eglInitialize()``, the driver's ``Initialize()``
function is called. If the first driver initialisation attempt fails,
function is called. If the first driver initialization attempt fails,
a second one is tried using only software components (this can be forced
using the ``LIBGL_ALWAYS_SOFTWARE`` environment variable). Typically,
this function takes care of setting up visual configs, creating EGL