This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch dev-1-2-13
in repository https://gitbox.apache.org/repos/asf/trafficserver-libswoc.git

commit 3513d8e0e0050b16dfe304661d63b1e3ef723f52
Author: Alan M. Carroll <a...@apache.org>
AuthorDate: Fri Nov 13 15:00:11 2020 -0600

    Fix typos.
---
 code/include/swoc/bwf_base.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/include/swoc/bwf_base.h b/code/include/swoc/bwf_base.h
index 43b7d70..6674dc8 100644
--- a/code/include/swoc/bwf_base.h
+++ b/code/include/swoc/bwf_base.h
@@ -593,7 +593,7 @@ Arg_Formatter(BufferWriter& w, Spec const& spec, TUPLE 
const& args) {
 }
 
 /// This exists only to expand the index sequence into an array of formatters 
for the tuple type
-/// @a TUPLE.  Due to langauge limitations it cannot be done directly. The 
formatters can be
+/// @a TUPLE.  Due to language limitations it cannot be done directly. The 
formatters can be
 /// accessed via standard array access in contrast to templated tuple access. 
The actual array is
 /// static and therefore at run time the only operation is loading the address 
of the array.
 template<typename TUPLE, size_t... N>

Reply via email to