+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.
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
@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
@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
@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
@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