Browse Source

trace: spelling consistency tweaks

s/customise/customize/
s/authorisation/authorization/

Change-Id: I23afdca1b773ef9572794555dfb768c9ded90ab8
Reviewed-on: https://go-review.googlesource.com/30159
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Sam Whited 9 years ago
parent
commit
1f79cc9b4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      trace/trace.go

+ 1 - 1
trace/trace.go

@@ -91,7 +91,7 @@ var DebugUseAfterFinish = false
 // It returns two bools; the first indicates whether the page may be viewed at all,
 // and the second indicates whether sensitive events will be shown.
 //
-// AuthRequest may be replaced by a program to customise its authorisation requirements.
+// AuthRequest may be replaced by a program to customize its authorization requirements.
 //
 // The default AuthRequest function returns (true, true) if and only if the request
 // comes from localhost/127.0.0.1/[::1].