From 26a68c882bbb9e418de26acfbeec802a1d55201e Mon Sep 17 00:00:00 2001 From: Kunal Tyagi Date: Fri, 17 Jan 2020 14:32:37 +0900 Subject: [PATCH] Correct spelling error in docs --- include/gsl/span | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gsl/span b/include/gsl/span index 3daf16f..b3e5349 100644 --- a/include/gsl/span +++ b/include/gsl/span @@ -58,7 +58,7 @@ // GCC 7 does not like the signed unsigned missmatch (size_t ptrdiff_t) // While there is a conversion from signed to unsigned, it happens at -// compiletime, so the compiler wouldn't have to warn indiscriminently, but +// compiletime, so the compiler wouldn't have to warn indiscriminately, but // could check if the source value actually doesn't fit into the target type // and only warn in those cases. #if defined(__GNUC__) && __GNUC__ > 6