aboutsummaryrefslogtreecommitdiff
path: root/plugin/rewrite
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com> 2017-09-22 16:13:04 -0700
committerGravatar GitHub <noreply@github.com> 2017-09-22 16:13:04 -0700
commit387ceb480bf6303cdc3d2677c07e44204ea47419 (patch)
tree47400ceaece2077ce724da910846d61c68b90825 /plugin/rewrite
parent6f19dda0b452c1c51329ec7829b8af7cdf30e34e (diff)
downloadcoredns-387ceb480bf6303cdc3d2677c07e44204ea47419.tar.gz
coredns-387ceb480bf6303cdc3d2677c07e44204ea47419.tar.zst
coredns-387ceb480bf6303cdc3d2677c07e44204ea47419.zip
go lint/vet/misspell cleanup (#1105)
This fix address several issues related to golint/vet/misspell. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'plugin/rewrite')
-rw-r--r--plugin/rewrite/rewrite.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/rewrite/rewrite.go b/plugin/rewrite/rewrite.go
index 384d1718d..0a0bb831c 100644
--- a/plugin/rewrite/rewrite.go
+++ b/plugin/rewrite/rewrite.go
@@ -94,7 +94,7 @@ func newRule(args ...string) (Rule, error) {
expectNumArgs = len(args) - 1
startArg = 2
default:
- // for backward compability
+ // for backward compatibility
ruleType = arg0
expectNumArgs = len(args)
startArg = 1
es Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/resolve_message.classes.ts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-19smolGravatar Jarred Sumner 1-0/+4
2023-05-19fix #2964 (#2965)Gravatar e3dio 1-0/+1
2023-05-19console.log changes (#2966)Gravatar Jarred Sumner 5-82/+82
2023-05-19ensure unused variable is not eliminatedGravatar Jarred Sumner 1-0/+2
2023-05-19Fix failing node:vm testsGravatar Jarred Sumner 2-10/+22