doc: fix spelling typos
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 11 Dec 2020 13:01:55 +0000 (16:01 +0300)
committerMark Wielaard <mark@klomp.org>
Fri, 11 Dec 2020 13:10:16 +0000 (14:10 +0100)
filesytem -> filesystem
requries -> requires
hte -> the
recieve -> receive
varients -> variants
preceeded -> preceded

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
doc/ChangeLog
doc/debuginfod.8
doc/debuginfod_find_debuginfo.3
doc/elfutils.sgml
doc/readelf.1

index d8f21dd..c316047 100644 (file)
@@ -1,3 +1,10 @@
+2020-12-11  Dmitry V. Levin  <ldv@altlinux.org>
+
+       * debuginfod.8: Fix spelling typos.
+       * debuginfod_find_debuginfo.3: Likewise.
+       * elfutils.sgml: Likewise.
+       * readelf.1: Likewise.
+
 2020-12-06  Dmitry V. Levin  <ldv@altlinux.org>
 
        * debuginfod_find_debuginfo.3: Document DEBUGINFOD_SONAME macro.
index 152e368..a836718 100644 (file)
@@ -117,7 +117,7 @@ Set the path of the sqlite database used to store the index.  This
 file is disposable in the sense that a later rescan will repopulate
 data.  It will contain absolute file path names, so it may not be
 portable across machines.  It may be frequently read/written, so it
-should be on a fast filesytem.  It should not be shared across
+should be on a fast filesystem.  It should not be shared across
 machines or users, to maximize sqlite locking performance.  The
 default database file is \%$HOME/.debuginfod.sqlite.
 
index 36c0849..cfddb54 100644 (file)
@@ -82,7 +82,7 @@ be 0. Otherwise \fIbuild_id_len\fP should be the number of bytes in
 the binary blob.
 
 .BR debuginfod_find_source ()
-also requries a \fIfilename\fP in order to specify a particular
+also requires a \fIfilename\fP in order to specify a particular
 source file. \fIfilename\fP should be an absolute path that includes
 the compilation directory of the CU associated with the source file.
 Relative path names commonly appear in the DWARF file's source directory,
@@ -149,7 +149,7 @@ likely return with an error, but might still succeed.
 
 The \fBdebuginfod_find_*\fP() functions may use several techniques
 to retrieve the requested files, through the cache or through one
-or multiple servers or file URLs. To show how a query is handled hte
+or multiple servers or file URLs. To show how a query is handled the
 .BR debuginfod_set_verbose_fd ()
 can be used to set a particular file descriptor on which verbose
 output is given about the query steps and eventual errors encountered.
@@ -291,7 +291,7 @@ couldn't be verified (bad certificate).
 
 .TP
 .BR ECONNRESET
-Unable to either send or recieve network data.
+Unable to either send or receive network data.
 
 .TP
 .BR EHOSTUNREACH
index d7fea40..e8a483a 100644 (file)
     <title><filename>libelf</filename> Internals</title>
 
     <simpara>Since the binary format handling tools need constant
-    attention since there are always new machines and varients
+    attention since there are always new machines and variants
     therefore coming out it is important to have the implementation
     well documented.  Only this way extensions can be made in the
     right places and the mistakes of the past avoided.</simpara>
index 3326381..6a843f6 100644 (file)
@@ -261,10 +261,10 @@ of the symbol tables.
 Displays the entries in symbol table section of the file, if it has one.
 If a symbol has version information associated with it then this is
 displayed as well.  The version string is displayed as a suffix to the
-symbol name, preceeded by an @ character.  For example
+symbol name, preceded by an @ character.  For example
 \&\fBfoo@VER_1\fR.  If the version is the default version to be used
 when resolving unversioned references to the symbol then it is
-displayed as a suffix preceeded by two @ characters.  For example
+displayed as a suffix preceded by two @ characters.  For example
 \&\fBfoo@@VER_2\fR.
 .IP "\fB\-\-dyn-syms\fR" 4
 .IX Item "--dyn-syms"