Commit 1f79cc9b authored by Sam Whited's avatar Sam Whited Committed by Ian Lance Taylor

trace: spelling consistency tweaks

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

Change-Id: I23afdca1b773ef9572794555dfb768c9ded90ab8
Reviewed-on: https://go-review.googlesource.com/30159Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent 0d8126fc
...@@ -91,7 +91,7 @@ var DebugUseAfterFinish = false ...@@ -91,7 +91,7 @@ var DebugUseAfterFinish = false
// It returns two bools; the first indicates whether the page may be viewed at all, // 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. // 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 // The default AuthRequest function returns (true, true) if and only if the request
// comes from localhost/127.0.0.1/[::1]. // comes from localhost/127.0.0.1/[::1].
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment