From 0894b590a45c0cdc57dc82e5cbb24891ad203a1f Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 25 Sep 2020 15:09:15 +0200 Subject: [PATCH] docs: initialisation -> initialization Most of the docs is US English, let's stick to that. Reviewed-by: Eric Engestrom Part-of: --- docs/egl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/egl.rst b/docs/egl.rst index 06b6f666168..4e5a51ffc33 100644 --- a/docs/egl.rst +++ b/docs/egl.rst @@ -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