From d3dc5f8121b3e1185424e37aa8eb0686c25bb161 Mon Sep 17 00:00:00 2001
From: Olexandr Konovalov <5751387+olexandr-konovalov@users.noreply.github.com>
Date: Tue, 11 Aug 2026 15:28:48 +0100
Subject: [PATCH] Fix my name spelling
---
doc/intro.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/intro.xml b/doc/intro.xml
index 41f72c4..ea2e8b0 100644
--- a/doc/intro.xml
+++ b/doc/intro.xml
@@ -87,12 +87,12 @@ and GAP4r5.
the documentation, especially concerning degenerate and singular forms, have been edited. A bug found
in the methods for \^ applicable on a pair of vectors and a hermitian form, and a pair of matrices
and a hermitian form has been fixed. A series of test files is now included in the tst directory.
-Alexander Konovalov pointed out the the init.g and read.g files had windows line breaks, this is also
+Olexandr Konovalov pointed out the the init.g and read.g files had windows line breaks, this is also
fixed. Finally, the documentation has been recompiled with the MathJax option.
Max Horn pointed out that we still used the deprecated GAP_ROOT_PATHS. This has been changed now
into GAPInfo.RootPaths in version 1.2.4. More tests have been added to reach a better code coverage.
Due to these tests, a bug in one of the methods for EvaluateForm was discovered and fixed.
-Alexander Konovalov noted that we used the deprecated ReadTest in our test files. This has
+Olexandr Konovalov noted that we used the deprecated ReadTest in our test files. This has
been changed to Test. Finally some LaTeX issues were resolved in the documentation.
In version 1.2.5, some small changes were made to the recognition part.
Some new examples in the documentation explain better the functionality.