diff --git a/reference/en/modules/batch.xml b/reference/en/modules/batch.xml
index 197cb6ae89..38f47ae20c 100755
--- a/reference/en/modules/batch.xml
+++ b/reference/en/modules/batch.xml
@@ -109,7 +109,7 @@ session.close();]]>
- The psuedo-syntax for UPDATE and DELETE statements
+ The pseudo-syntax for UPDATE and DELETE statements
is: ( UPDATE | DELETE ) FROM? EntityName (WHERE where_conditions)?. Some
points to note:
@@ -187,7 +187,7 @@ session.close();]]>
- The psuedo-syntax for INSERT statements is:
+ The pseudo-syntax for INSERT statements is:
INSERT INTO EntityName properties_list select_statement. Some
points to note: