common/herrors: Fix typos in comments - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 1123711b0979b1647d7c486f67af7503afb11abb
(DIR) parent 3d84ef9720f4a18c7af995680621a65ef5cb76f4
(HTM) Author: rnazmo <rnazmo@gmail.com>
Date: Thu, 2 Apr 2020 21:37:00 +0900
common/herrors: Fix typos in comments
Diffstat:
M common/herrors/error_locator.go | 2 +-
M common/herrors/error_locator_test.… | 2 +-
M common/herrors/file_error.go | 2 +-
M common/herrors/line_number_extract… | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
---
(DIR) diff --git 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 (
(DIR) diff --git 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 (
(DIR) diff --git 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
(DIR) diff --git 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