Mesa (master): docs: initialisation -> initialization

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Sep 28 07:56:38 UTC 2020


Module: Mesa
Branch: master
Commit: 0894b590a45c0cdc57dc82e5cbb24891ad203a1f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0894b590a45c0cdc57dc82e5cbb24891ad203a1f

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Fri Sep 25 15:09:15 2020 +0200

docs: initialisation -> initialization

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

Reviewed-by: Eric Engestrom <eric at engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6864>

---

 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



More information about the mesa-commit mailing list