common/herrors: Fix typos in comments
authorrnazmo <rnazmo@gmail.com>
Thu, 2 Apr 2020 12:37:00 +0000 (21:37 +0900)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 2 Apr 2020 20:06:22 +0000 (22:06 +0200)
common/herrors/error_locator.go
common/herrors/error_locator_test.go
common/herrors/file_error.go
common/herrors/line_number_extractors.go

index 3778a3729bdc0d3ed13b5bb9848c7e299b087061..118ab851cf50495f19efaef9276f970e5300defa 100644 (file)
@@ -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 (
index cce94166f7280be3ea7c8fac3bd5a1389ee120ac..bc34a2cdf0dd7c96ef6446700574563d9f621752 100644 (file)
@@ -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 (
index 5af84adf5a376e38c6e3a99739d3dc28c0f75112..039c25dc8b77a1ea4250930c41dc18d61c05e6bc 100644 (file)
@@ -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
 
index 93969b9676b2bd068f675b26667616023611216c..13e94614d131767ead0f87100ba365aa5f596cf5 100644 (file)
@@ -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