]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3919] Spelling
authorFrancis Dupont <fdupont@isc.org>
Fri, 20 Jun 2025 10:44:51 +0000 (12:44 +0200)
committerAndrei Pavel <andrei@isc.org>
Fri, 20 Jun 2025 11:17:23 +0000 (14:17 +0300)
doc/devel/debug.dox
doc/devel/doc.dox

index 9948ded6372c9207be6f910cf3e6d80b46c8f59f..cd9d0b079f0fc9a242924badba67afa344b0f7e8 100644 (file)
@@ -17,7 +17,7 @@ to `meson setup`, it passes one of these flags to the compiler: `-g`.
 Some compilers don't document some of the flags, such as clang for
 -g3. However, practice shows that clang behaves the same way as g++
 in that regard. As an experiment, providing -g4 results in
-`error: unknown argument: '-g4'`, but providing -g3 succesfully
+`error: unknown argument: '-g4'`, but providing -g3 successfully
 compiles, and supposedly puts it into effect.
 
 Disabling optimizations via `-O0` is also recommended for debugging.
index f2fe37817d0ffbf027ea3af96be26e4deb589c6a..f59655078a98868227d01ad2f737ff2b292c0725 100644 (file)
@@ -52,7 +52,7 @@ After that, inspect the HTML output and make sure it's ok, review changes in
 update. The date is there, so we (and users) can determine if the grammar
 is or isn't out of date.
 
-Sphinx is a Python tool that whas several Python packages. To ensure reproduceability of the
+Sphinx is a Python tool that was several Python packages. To ensure reproducibility of the
 documentation that it generates, a file named requirements.txt is used to lock the version for
 Sphinx and its dependencies. The file is located at `doc/sphinx/src/requirements.txt`. It can be
 regenerated based on input from `doc/sphinx/src/requirements.in` as long as you have `pip-compile`