summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-04-06 01:06:27 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-04-06 01:06:27 +0200
commit4437e918cdab1d84f2f184fe71e5dac14aa48897 (patch)
treedfd396c1b271d0a23153185c318cd61729aabc75 /common
parent4de3ecdc2658ffd54d2b5073c5ff303b4bf29383 (diff)
Revert "common/herrors: Fix typos in comments"
Diffstat (limited to 'common')
-rw-r--r--common/herrors/error_locator.go2
-rw-r--r--common/herrors/error_locator_test.go2
-rw-r--r--common/herrors/file_error.go2
-rw-r--r--common/herrors/line_number_extractors.go2
4 files changed, 4 insertions, 4 deletions
diff --git a/common/herrors/error_locator.go b/common/herrors/error_locator.go
index 118ab851c..3778a3729 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 herrors contains common Hugo errors and error related utilities.
+// Package errors 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 bc34a2cdf..cce94166f 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 herrors contains common Hugo errors and error related utilities.
+// Package errors 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 039c25dc8..5af84adf5 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
-// limitations under the License.
+// limitatio ns under the License.
package herrors
diff --git a/common/herrors/line_number_extractors.go b/common/herrors/line_number_extractors.go
index 13e94614d..93969b967 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
-// limitations under the License.
+// limitatio ns under the License.
package herrors