changeset 40099:9735cc8a05ba

doc: Fix documentation about container data types. Reported by Werner Lemberg <wl@gnu.org>. * doc/containers.texi (Container data types): Fix typo.
author Bruno Haible <bruno@clisp.org>
date Sat, 12 Jan 2019 09:50:10 +0100
parents 3cd6033a8985
children f63c4e7dfb31
files ChangeLog doc/containers.texi
diffstat 2 files changed, 11 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jan 10 21:06:52 2019 +0100
+++ b/ChangeLog	Sat Jan 12 09:50:10 2019 +0100
@@ -1,3 +1,9 @@
+2019-01-12  Bruno Haible  <bruno@clisp.org>
+
+	doc: Fix documentation about container data types.
+	Reported by Werner Lemberg <wl@gnu.org>.
+	* doc/containers.texi (Container data types): Fix typo.
+
 2019-01-10  Bruno Haible  <bruno@clisp.org>
 
 	verify: Enable _GL_HAVE_STATIC_ASSERT for recent G++ versions.
--- a/doc/containers.texi	Thu Jan 10 21:06:52 2019 +0100
+++ b/doc/containers.texi	Sat Jan 12 09:50:10 2019 +0100
@@ -94,7 +94,7 @@
 only: in the invocation of the function @code{gl_*_create_empty} that creates
 the instance.
 
-The implementations and the guaranteed average performace for the operations
+The implementations and the guaranteed average performance for the operations
 for the ``sequential list'' data type are:
 
 @multitable @columnfractions 0.2 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1
@@ -379,7 +379,7 @@
 @tab @math{O(@log n)}
 @end multitable
 
-The implementations and the guaranteed average performace for the operations
+The implementations and the guaranteed average performance for the operations
 for the ``set'' data type are:
 
 @multitable @columnfractions 0.4 0.2 0.4
@@ -406,7 +406,7 @@
 @tab @math{O(1)}
 @end multitable
 
-The implementations and the guaranteed average performace for the operations
+The implementations and the guaranteed average performance for the operations
 for the ``ordered set'' data type are:
 
 @multitable @columnfractions 0.5 0.25 0.25
@@ -436,7 +436,7 @@
 @tab @math{O(@log n)}
 @end multitable
 
-The implementations and the guaranteed average performace for the operations
+The implementations and the guaranteed average performance for the operations
 for the ``map'' data type are:
 
 @multitable @columnfractions 0.4 0.2 0.4
@@ -466,7 +466,7 @@
 @tab @math{O(1)}
 @end multitable
 
-The implementations and the guaranteed average performace for the operations
+The implementations and the guaranteed average performance for the operations
 for the ``ordered map'' data type are:
 
 @multitable @columnfractions 0.5 0.25 0.25