diff --git a/doc/grahom.xml b/doc/grahom.xml
index 36448590b..f84d9be3b 100644
--- a/doc/grahom.xml
+++ b/doc/grahom.xml
@@ -808,7 +808,7 @@ false
MaximalCommonSubdigraph returns a maximal common subgraph M of
D1 and D2 with the maximum number of vertices. So M is a
digraph which embeds into both D1 and D2 and has the largest
- number of vertices amoung such digraphs.
+ number of vertices among such digraphs.
It returns a list [M, t1, t2] where M is the maximal common
subdigraph and t1, t2 are transformations embedding M into
@@ -839,7 +839,7 @@ gap> MaximalCommonSubdigraph(NullDigraph(0), CompleteDigraph(10));
MinimalCommonSuperdigraph returns a minimal common superdigraph
M of D1 and D2 with the minimum number of vertices.
So M is a digraph into which both D1 and D2 embed and
- has the smallest number of vertices amoung such digraphs.
+ has the smallest number of vertices among such digraphs.
It returns a list [M, t1, t2] where M is the minimal common
superdigraph and t1, t2 are transformations embedding D1 and