Bug #1394868: doc typos
diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex
index f2e5ca6..38c4a66 100644
--- a/Doc/lib/liblogging.tex
+++ b/Doc/lib/liblogging.tex
@@ -59,7 +59,7 @@
logging output.
Logging messages are encoded as instances of the \class{LogRecord} class.
-When a logger decides to actually log an event, an \class{LogRecord}
+When a logger decides to actually log an event, a \class{LogRecord}
instance is created from the logging message.
Logging messages are subjected to a dispatch mechanism through the