aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEce Cinucen <[email protected]>2024-11-13 16:39:53 +0100
committerEce Cinucen <[email protected]>2024-11-13 16:43:59 +0100
commit402446ac5c05bc83f2864cb2c8037e59474f81c6 (patch)
tree6117e63367ccdce338770def30f99ba182a6058e
parent64b3f8df2440be292608f629915662b56265403e (diff)
Documentation: Typo fix
Typo fixed in the example Pick-to: 6.8 Change-Id: Ibf0b9c5d996eba5eb60ba77d1492b84a480670bd Reviewed-by: Shyamnath Premnadh <[email protected]>
-rw-r--r--examples/samplebinding/doc/samplebinding.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/samplebinding/doc/samplebinding.rst b/examples/samplebinding/doc/samplebinding.rst
index f28798d52..930405c5d 100644
--- a/examples/samplebinding/doc/samplebinding.rst
+++ b/examples/samplebinding/doc/samplebinding.rst
@@ -48,7 +48,7 @@ placed in separate ``.cpp`` files named after each C++ type. The code is
then compiled and linked into a shared library. The shared library is a
CPython extension module, which is loaded by the Python interpreter.
-Beacuse the C++ language has different semantics to Python, shiboken
+Because the C++ language has different semantics to Python, shiboken
needs help in figuring out how to generate the bindings code. This is
done by specifying a special XML file called a typesystem file.