diff --git a/styles.go b/styles.go index 3b7c28a..4192f11 100644 --- a/styles.go +++ b/styles.go @@ -1136,7 +1136,7 @@ var ( }, } - // extractStyleCondFuncs provides a function set to returns if shoudle be + // extractStyleCondFuncs provides a function set to returns if should be // extract style definition by given style. extractStyleCondFuncs = map[string]func(xlsxXf, *xlsxStyleSheet) bool{ "fill": func(xf xlsxXf, s *xlsxStyleSheet) bool {