diff --git a/docs/xml/lcl/printers.xml b/docs/xml/lcl/printers.xml
index fa489b9bcf..ed94835841 100644
--- a/docs/xml/lcl/printers.xml
+++ b/docs/xml/lcl/printers.xml
@@ -1937,7 +1937,7 @@ BeginDoc method has been called.
In TPrinter, DoBeginDoc has an empty implementation. It must be
-overridden in a desendent class to perform actions needed for the operating
+overridden in a descendent class to perform actions needed for the operating
system / widgetset / printer-related technology used in the implementation.
@@ -1965,7 +1965,7 @@ incrementing the value in PageNumber.
In TPrinter, DoNewPage has an empty implementation. It must be
-overridden in a desendent class to perform actions needed for the operating
+overridden in a descendent class to perform actions needed for the operating
system / widgetset / printer-related technology used in the implementation.
@@ -1983,7 +1983,7 @@ incrementing the PageNumber.
In TPrinter, DoBeginPage has an empty implementation. It must be
-overridden in a desendent class to perform actions needed for the operating
+overridden in a descendent class to perform actions needed for the operating
system / widgetset / printer-related technology used in the implementation.
@@ -2004,7 +2004,7 @@ when RawMode is False.
In TPrinter, DoEndPage has an empty implementation. It must be
-overridden in a desendent class to perform actions needed for the operating
+overridden in a descendent class to perform actions needed for the operating
system / widgetset / printer-related technology used in the implementation.
@@ -2025,7 +2025,7 @@ halted by calling the Abort method.
In TPrinter, DoEndDoc has an empty implementation. It must be
-overridden in a desendent class to perform actions needed for the operating
+overridden in a descendent class to perform actions needed for the operating
system / widgetset / printer-related technology used in the implementation.
@@ -2050,7 +2050,7 @@ before setting values in PrinterFlags.
In TPrinter, DoAbort has an empty implementation. It must be
-overridden in a desendent class to perform actions needed for the operating
+overridden in a descendent class to perform actions needed for the operating
system / widgetset / printer-related technology used in the implementation.
@@ -3713,7 +3713,7 @@ indicates if the print device is enabled and ready to print.
In TPrinter, the property value is always True. The read
-access specifier (GetCanPrint) can be overridden in a descendnet
+access specifier (GetCanPrint) can be overridden in a descendent
class to use the facilities for the operating system / widgetset /
printer-related technology in the implementation.