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

Unified Diff: third_party/boringssl/roll_boringssl.py

Issue 2059143002: "up-to-date" should only use hyphens when used as compound modifier of a noun (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
Index: third_party/boringssl/roll_boringssl.py
diff --git a/third_party/boringssl/roll_boringssl.py b/third_party/boringssl/roll_boringssl.py
index 5a47ffbb16fe3b81b5b06e103d7457b4be193ff5..13fe24c775274b61599bf7c3859b27cb0102eccb 100755
--- a/third_party/boringssl/roll_boringssl.py
+++ b/third_party/boringssl/roll_boringssl.py
@@ -77,7 +77,7 @@ def main():
head = RevParse(BORINGSSL_SRC_PATH, 'HEAD')
if head == commit:
- print 'BoringSSL already up-to-date.'
+ print 'BoringSSL already up to date.'
return 0
print 'Rolling BoringSSL from %s to %s...' % (head, commit)
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py ('k') | tools/clang/scripts/update.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698