aboutsummaryrefslogtreecommitdiff
path: root/manual/README.pretty-printers
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-27 16:41:44 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-27 16:41:44 +0000
commit64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8 (patch)
tree7614449f4358b7412e1df8551b289850ffe40f90 /manual/README.pretty-printers
parentf58a8c1c15d8b5d8a08e8553f82867202b88a5cc (diff)
downloadglibc-64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8.zip
glibc-64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8.tar.gz
glibc-64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8.tar.bz2
Fix misspellings in manual/ -- BZ 25337
Diffstat (limited to 'manual/README.pretty-printers')
-rw-r--r--manual/README.pretty-printers2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/README.pretty-printers b/manual/README.pretty-printers
index a2ba898..a696406 100644
--- a/manual/README.pretty-printers
+++ b/manual/README.pretty-printers
@@ -140,7 +140,7 @@ its name to the 'tests-printers-libs' variable in your submodule's Makefile.
Known issues
------------
-* Pretty printers are inherently coupled to the code they're targetting, thus
+* Pretty printers are inherently coupled to the code they're targeting, thus
any changes to the target code must also update the corresponding printers.
On the plus side, the printer code itself may serve as a kind of documentation
for the target code.