]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
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 d8f21dd647fd92a348df1ed3f68dd30ada7dde07..c316047cc8ba7a2112f7181fca1cd0b3bc9ee40d 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 152e368ce5be2362fbc958d25ba0d8ee4e0ba679..a836718f101322923fb715f2d6d7d67ce67f3adb 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 36c084902c442b1df838deb9c8f6b65f0e94ae60..cfddb5428c802cd2a8a980e135bd6cea1f3b8bf8 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 d7fea40d7ebfcada572f2e2373bef9e227f015b6..e8a483a2e2952a2770d7c24cb733814740f44303 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 33263819c15609deaa443a2ba5e819b8da009fd8..6a843f6606f079b4b4847e59bac600af21f31fc1 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"