summaryrefslogtreecommitdiff
path: root/doc/CODE_QUALITY.md
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-06-12 15:49:37 +0200
committerMichael Biebl <biebl@debian.org>2018-06-12 15:49:37 +0200
commite59886007e985f6f0b8146e672a32ae27d716b82 (patch)
tree008d8ce6e479d79defe208cadcb2e7f39a3cdfb8 /doc/CODE_QUALITY.md
parentbc99dac545c5ead0ba6be60e9edfc0cb6defc43c (diff)
downloadsystemd-e59886007e985f6f0b8146e672a32ae27d716b82.tar.gz
doc: typo fixes, mostly duplicated words
Diffstat (limited to 'doc/CODE_QUALITY.md')
-rw-r--r--doc/CODE_QUALITY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CODE_QUALITY.md b/doc/CODE_QUALITY.md
index a8f573e6fe..d020b19c07 100644
--- a/doc/CODE_QUALITY.md
+++ b/doc/CODE_QUALITY.md
@@ -29,7 +29,7 @@ available functionality:
`./tools/find-tabs.sh recpatch` to fix them. (Again, grain of salt, foreign
headers should usually be left unmodified.)
-6. Use `ninja -C build check-api-docs` to compare the the list of exported
+6. Use `ninja -C build check-api-docs` to compare the list of exported
symbols of `libsystemd.so` and `libudev.so` with the list of man pages. Symbols
lacking documentation are highlighted.