From 2bd59cac0452dccfa60b85e591c7c1303aaea5ab Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Tue, 25 Jun 2024 12:10:51 -0700 Subject: [PATCH] fixed spelling (codespell) (#62) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e569b86..e78028f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Fortio's log is simple logger built on top of go's default one with additional opinionated levels similar to glog but simpler to use and configure. -It's been used for many years for Fortio's org Fortio project and more (under fortio.org/fortio/log package) but split out recently for standalone use, with the "flag polution" limited (as a library it doesn't include the flags, you configure it using apis). +It's been used for many years for Fortio's org Fortio project and more (under fortio.org/fortio/log package) but split out recently for standalone use, with the "flag pollution" limited (as a library it doesn't include the flags, you configure it using apis). ```golang // On a cli tool (avoids file name and line numbers, stack traces on log.Fatalf etc)