Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(489)

Unified Diff: tools/testrunner/server/main.py

Issue 2085043005: Use gender neutral terms (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« include/v8-profiler.h ('K') | « include/v8-profiler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testrunner/server/main.py
diff --git a/tools/testrunner/server/main.py b/tools/testrunner/server/main.py
index 1000713ca93d4c79d98e9fa3d57abf7107dec62b..c237e1adb4c89e0f00e607fd4abbe4c826f149dd 100644
--- a/tools/testrunner/server/main.py
+++ b/tools/testrunner/server/main.py
@@ -221,7 +221,7 @@ class Server(daemon.Daemon):
if not self.IsTrusted(signer):
return
if self.IsTrusted(fingerprint):
- return # Already trust this guy.
+ return # Already trusted.
filename = self._PubkeyFilename(fingerprint)
signer_pubkeyfile = self._PubkeyFilename(signer)
if not signatures.VerifySignature(filename, pubkey, signature,
« include/v8-profiler.h ('K') | « include/v8-profiler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698