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

Unified Diff: build/win/merge_pgc_files.py

Issue 2933493002: Fix typo in merge_pgc_files.py (Closed)
Patch Set: Created 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/win/merge_pgc_files.py
diff --git a/build/win/merge_pgc_files.py b/build/win/merge_pgc_files.py
index 024bc6b4f38701ee1677c9a947f049a9ee5a80a5..fd2718e3b97466c3a80e0e0b5a2c28c9c46e5b39 100755
--- a/build/win/merge_pgc_files.py
+++ b/build/win/merge_pgc_files.py
@@ -130,7 +130,7 @@ def main():
# happening with VS2017.
if ret != 0:
print ('Error while trying to merge several PGC files at the same time, '
- 'trying to merge them one by one.'
+ 'trying to merge them one by one.')
for pgc_file in chunk:
ret = merge_pgc_files(
pgomgr_path,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698