From 9f12be54ee84f24efdf7c58f05867e8d0dea2ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 6 Apr 2020 01:07:57 +0200 Subject: [PATCH] Revert "Revert "common/herrors: Fix typos in comments"" OK, I'm getting tired. Sorry for the noise. This reverts commit 4437e918cdab1d84f2f184fe71e5dac14aa48897. --- common/herrors/error_locator.go | 2 +- common/herrors/error_locator_test.go | 2 +- common/herrors/file_error.go | 2 +- common/herrors/line_number_extractors.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/herrors/error_locator.go b/common/herrors/error_locator.go index 3778a3729..118ab851c 100644 --- a/common/herrors/error_locator.go +++ b/common/herrors/error_locator.go @@ -11,7 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package errors contains common Hugo errors and error related utilities. +// Package herrors contains common Hugo errors and error related utilities. package herrors import ( diff --git a/common/herrors/error_locator_test.go b/common/herrors/error_locator_test.go index cce94166f..bc34a2cdf 100644 --- a/common/herrors/error_locator_test.go +++ b/common/herrors/error_locator_test.go @@ -11,7 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package errors contains common Hugo errors and error related utilities. +// Package herrors contains common Hugo errors and error related utilities. package herrors import ( diff --git a/common/herrors/file_error.go b/common/herrors/file_error.go index 5af84adf5..039c25dc8 100644 --- a/common/herrors/file_error.go +++ b/common/herrors/file_error.go @@ -9,7 +9,7 @@ // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and -// limitatio ns under the License. +// limitations under the License. package herrors diff --git a/common/herrors/line_number_extractors.go b/common/herrors/line_number_extractors.go index 93969b967..13e94614d 100644 --- a/common/herrors/line_number_extractors.go +++ b/common/herrors/line_number_extractors.go @@ -9,7 +9,7 @@ // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and -// limitatio ns under the License. +// limitations under the License. package herrors