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

Unified Diff: build/linux/sysroot_scripts/install-sysroot.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
« no previous file with comments | « build/linux/install-chromeos-fonts.py ('k') | cc/animation/element_animations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/sysroot_scripts/install-sysroot.py
diff --git a/build/linux/sysroot_scripts/install-sysroot.py b/build/linux/sysroot_scripts/install-sysroot.py
index 39b93c698492e2a609ece9e89d73d7e64cf328cb..2003ff6ceb66482c139278894654eaf8c86e56c2 100755
--- a/build/linux/sysroot_scripts/install-sysroot.py
+++ b/build/linux/sysroot_scripts/install-sysroot.py
@@ -189,7 +189,7 @@ def InstallSysroot(target_arch):
if os.path.exists(stamp):
with open(stamp) as s:
if s.read() == url:
- print 'Debian Wheezy %s root image already up-to-date: %s' % \
+ print 'Debian Wheezy %s root image already up to date: %s' % \
(target_arch, sysroot)
return
« no previous file with comments | « build/linux/install-chromeos-fonts.py ('k') | cc/animation/element_animations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698