[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] doc: fix typo in manual
From: |
Mohammad-Reza Nabipoor |
Subject: |
[PATCH] doc: fix typo in manual |
Date: |
Thu, 16 Sep 2021 09:49:42 +0430 |
From: "Guillermo E. Martinez" <guillermo.e.martinez@oracle.com>
Replacing 'write' by 'white' in poke manual section 4.2.1
2021-09-16 Guillermo E. Martinez <guillermo.e.martinez@oracle.com>
* doc/poke.texi (Poking a SBM Image): Fix typo.
---
Hi, Guillermo.
Pushed both to master and maint/poke-1 on your behalf (with adding an
entry in ChangeLog).
Thanks for the patch.
Regards,
Mohammad-Reza
ChangeLog | 4 ++++
doc/poke.texi | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 9fec1231..de6b92c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-09-16 Guillermo E. Martinez <guillermo.e.martinez@oracle.com>
+
+ * doc/poke.texi (Poking a SBM Image): Fix typo.
+
2021-09-16 Mohammad-Reza Nabipoor <mnabipoor@gnu.org>
* libpoke/pkl-gen.c (pkl_gen_pr_map): Use `PUSHIOS` instruction to
diff --git a/doc/poke.texi b/doc/poke.texi
index aa59b3a3..9d61cc9e 100644
--- a/doc/poke.texi
+++ b/doc/poke.texi
@@ -3189,7 +3189,7 @@ The image has seven lines, and there are five pixels per
line,
@i{i.e.} the dimension of the image in pixels is 5x7. Also, the pixels
denoted by asterisks are red, whereas the pixels denoted with empty
spaces are white. In other words, our image uses a red foreground
-over a write background. The ``painted'' pixels are called foreground
+over a white background. The ``painted'' pixels are called foreground
pixels, the non painted pixels are called background pixels.
@subsection Preparing the Canvas
--
2.33.0