aboutsummaryrefslogtreecommitdiff
path: root/middleware/erratic/erratic.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/erratic/erratic.go')
-rw-r--r--middleware/erratic/erratic.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/erratic/erratic.go b/middleware/erratic/erratic.go
index 3aec36798..a3fbb2e8e 100644
--- a/middleware/erratic/erratic.go
+++ b/middleware/erratic/erratic.go
@@ -38,7 +38,7 @@ func (e *Erratic) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg
m.Authoritative = true
// small dance to copy rrA or rrAAAA into a non-pointer var that allows us to overwrite the ownername
- // in a non-racy manor.
+ // in a non-racy way.
switch state.QType() {
case dns.TypeA:
rr := *(rrA.(*dns.A))
e-testing Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/modules/StringDecoderModule.h (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-04-03disabled -> disableGravatar Colin McDonnell 1-2/+7
2023-04-03AutoinstallGravatar Colin McDonnell 1-10/+9
2023-04-03telemetryGravatar Colin McDonnell 1-6/+7
2023-04-03AutoinstallGravatar Colin McDonnell 1-4/+8
2023-04-03TweakGravatar Colin McDonnell 1-4/+1
2023-04-03FormattingGravatar Colin McDonnell 1-11/+10
2023-04-03UpdatesGravatar Colin McDonnell 1-12/+14
2023-04-03Fix tableGravatar Colin McDonnell 1-2/+3
2023-04-03TypoGravatar Colin McDonnell 1-10/+25
2023-04-03Propose changes to BunfigGravatar Colin McDonnell 2-0/+145