diff options
author | Ruediger Meier | 2018-02-15 22:02:18 +0100 |
---|---|---|
committer | Ruediger Meier | 2018-02-16 11:12:52 +0100 |
commit | 73afd3f8e8793844e8e53f69d819ca740cdfc889 (patch) | |
tree | 7f6748bf84ba5940af9a115bba26c3298c951833 /libmount/docs | |
parent | lsns: fix clang compiler warning (diff) | |
download | kernel-qcow2-util-linux-73afd3f8e8793844e8e53f69d819ca740cdfc889.tar.gz kernel-qcow2-util-linux-73afd3f8e8793844e8e53f69d819ca740cdfc889.tar.xz kernel-qcow2-util-linux-73afd3f8e8793844e8e53f69d819ca740cdfc889.zip |
misc: fix typos using codespell
Some more funny typos, please review carefully.
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'libmount/docs')
-rw-r--r-- | libmount/docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/docs/Makefile.am b/libmount/docs/Makefile.am index 2c0363f37..18b036fb0 100644 --- a/libmount/docs/Makefile.am +++ b/libmount/docs/Makefile.am @@ -67,7 +67,7 @@ HTML_IMAGES= # e.g. content_files=running.sgml building.sgml changes-2.0.sgml content_files = $(builddir)/version.xml -# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded +# SGML files where gtk-doc abbreviations (#GtkWidget) are expanded # These files must be listed here *and* in content_files # e.g. expand_content_files=running.sgml expand_content_files= |