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

Unified Diff: tools/gn/target.cc

Issue 1381473002: tools/gn: Fix more "propogated" typos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « tools/gn/builder_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/target.cc
diff --git a/tools/gn/target.cc b/tools/gn/target.cc
index 93dbbe2ae851da83f6c4fa72ccf6f18ed3884bba..585c850c3e5e794c67c19931ab50ea7346ce6ddd 100644
--- a/tools/gn/target.cc
+++ b/tools/gn/target.cc
@@ -277,7 +277,7 @@ void Target::PullDependentTarget(const Target* dep, bool is_public) {
//
// However, if the dependency is private:
// EXE -> INTERMEDIATE_SHLIB --[private]--> FINAL_SHLIB
- // the dependency will not be propogated because INTERMEDIATE_SHLIB is
+ // the dependency will not be propagated because INTERMEDIATE_SHLIB is
// not granting permission to call functiosn from FINAL_SHLIB. If EXE
// wants to use functions (and link to) FINAL_SHLIB, it will need to do
// so explicitly.
« no previous file with comments | « tools/gn/builder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698