Skip to content

Commit

Permalink
Fix typos for the word "propagated".
Browse files Browse the repository at this point in the history
Fix this typo across the code base to quell Tricium SpellChecker
warnings.

Change-Id: I8d1faee3117d121a0b16e857843fb1cbe8252858
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3810768
Owners-Override: Erik Staab <[email protected]>
Commit-Queue: Lei Zhang <[email protected]>
Reviewed-by: Erik Staab <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1032172}
  • Loading branch information
leizleiz authored and Chromium LUCI CQ committed Aug 5, 2022
1 parent 590407f commit 2b75f48
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion cc/layers/layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,

// Internal method to be overridden by Layer subclasses that need to do work
// during a main frame. The method should compute any state that will need to
// propogated to the compositor thread for the next commit, and return true
// propagated to the compositor thread for the next commit, and return true
// if there is anything new to commit. If all layers return false, the commit
// may be aborted.
virtual bool Update();
Expand Down
2 changes: 1 addition & 1 deletion cc/layers/picture_layer_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ TEST(PictureLayerTest, RecordingScaleIsCorrectlySet) {
layer->SetNeedsDisplayRect(invalidation_bounds);
layer->Update();

// Once the recording scale is set and propogated to the recording source,
// Once the recording scale is set and propagated to the recording source,
// the solid color analysis should work as expected and return false.
EXPECT_FALSE(recording_source->is_solid_color());
}
Expand Down
2 changes: 1 addition & 1 deletion cc/trees/layer_tree_host_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ void LayerTreeHostImpl::CommitComplete() {

// Start animations before UpdateDrawProperties and PrepareTiles, as they can
// change the results. When doing commit to the active tree, this must happen
// after ActivateAnimations() in order for this ticking to be propogated
// after ActivateAnimations() in order for this ticking to be propagated
// to layers on the active tree.
if (CommitToActiveTree())
Animate();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public static void inputEnter() throws InterruptedException {

/**
* Clicks on a UI element as if done via a controller and waits until all resulting
* animations have finished and propogated to the point of being visible in screenshots.
* animations have finished and propagated to the point of being visible in screenshots.
*
* @param elementName The UserFriendlyElementName that will be clicked on.
* @param position A PointF specifying where on the element to send the click relative to a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ TEST_F(CupsPrintersManagerTest, GetPrintersUserNativePrintersDisabled) {
// SavePrinter() will simply do nothing.
TEST_F(CupsPrintersManagerTest, SavePrinterUserNativePrintersDisabled) {
// Start by installing a saved printer to be used to test than any
// changes made to the printer will not be propogated.
// changes made to the printer will not be propagated.
Printer existing_saved("Saved");
synced_printers_manager_.AddSavedPrinters({existing_saved});
usb_detector_->AddDetections({MakeDiscoveredPrinter("Discovered")});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ TEST_F(LevelDBScopesTasksTest, RevertAndCleanup) {
scopes_encoder_.UndoTaskKeyPrefix(metadata_prefix_, kScopeNumber)));
}

TEST_F(LevelDBScopesTasksTest, ErrorsDuringCleanupArePropogated) {
TEST_F(LevelDBScopesTasksTest, ErrorsDuringCleanupArePropagated) {
const int64_t kScopeNumber = 1;

// This test will fail if the pattern of leveldb operations in this test
Expand Down Expand Up @@ -296,7 +296,7 @@ TEST_F(LevelDBScopesTasksTest, ErrorsDuringCleanupArePropogated) {
}
}

TEST_F(LevelDBScopesTasksTest, ErrorsDuringRevertArePropogated) {
TEST_F(LevelDBScopesTasksTest, ErrorsDuringRevertArePropagated) {
const int64_t kScopeNumber = 1;

// This test will fail if the pattern of leveldb operations in this test
Expand Down
2 changes: 1 addition & 1 deletion dbus/property.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
//
// This now allows code using the client implementation to access properties
// in a type-safe manner, and assuming the PropertyChanged callback is
// propogated up to observers, be notified of changes. A typical access of
// propagated up to observers, be notified of changes. A typical access of
// the current value of the name property would be:
//
// ExampleClient::Properties* p = example_client->GetProperties(object_path);
Expand Down
2 changes: 1 addition & 1 deletion ios/chrome/browser/ui/util/transparent_link_button.mm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ - (instancetype)initWithLinkFrame:(CGRect)linkFrame
lineHeight:(CGFloat)lineHeight NS_DESIGNATED_INITIALIZER;

// Sets the properties, propogating state to its adjacent link buttons.
// `sender` is the TransparentLinkButon whose state is being propogated to
// `sender` is the TransparentLinkButon whose state is being propagated to
// `self`.
- (void)setHighlighted:(BOOL)highlighted sender:(TransparentLinkButton*)sender;
- (void)setSelected:(BOOL)selected sender:(TransparentLinkButton*)sender;
Expand Down
2 changes: 1 addition & 1 deletion ppapi/proxy/plugin_dispatcher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ void PluginDispatcher::OnMsgSetPreferences(const Preferences& prefs) {
// the default fonts and such in the middle of a running plugin could be
// confusing to it. As a result, we never allow the preferences to be changed
// once they're set. The user will have to restart to get new font prefs
// propogated to plugins.
// propagated to plugins.
if (!received_preferences_) {
received_preferences_ = true;
preferences_ = prefs;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ TEST_F(PublicIpAddressLocationNotifierTest, MutipleWaitingQueries) {
ExpectValidPosition(query_3.position(), 2.0f);
}

// Tests that server error is propogated to the client.
// Tests that server error is propagated to the client.
TEST_F(PublicIpAddressLocationNotifierTest, ServerError) {
// Make query.
TestPositionQuery query;
Expand Down
2 changes: 1 addition & 1 deletion third_party/blink/public/mojom/frame/remote_frame.mojom
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ struct OpenURLParams {
// content/common/frame.mojom if enough code is moved to Blink.
interface RemoteFrameHost {
// Notifies that an effective touch action has been calculated from an
// ancestor of the associated RemoteFrame and should be propogated to
// ancestor of the associated RemoteFrame and should be propagated to
// the associated LocalFrame in the other render process.
SetInheritedEffectiveTouchAction(cc.mojom.TouchAction touch_action);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@
await conditionHolds(() => { return notScrolled(); });
assert_equals(scrollEventsOccurred, expectedScrollEventsOccurred);
}, 'This tests that a page cannot be scrolled vertically with touch if its ' +
'body has style overflow-y:hidden and the scroll event is propogated ' +
'body has style overflow-y:hidden and the scroll event is propagated ' +
'from a scrollable child div.');
</script>
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if ((new Date(2009, 9, 1)).toString().match("PDT")) {
testCases.push([new Date(0), 97, 98]);

// Added more special cases. These dates match the recent DST changes in the US.
// These tests check that the new changes are correctly propogated to the past and
// These tests check that the new changes are correctly propagated to the past and
// all of the tests should show DST occurring on the same date.
testCases.push([new Date(1970, 0,0,0,0,0,0), 98, 99]);
testCases.push([new Date(1998, 0,0,0,0,0,0), 98, 99]);
Expand Down
2 changes: 1 addition & 1 deletion tools/metrics/ukm/ukm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10593,7 +10593,7 @@ be describing additional metrics about the same event.
Reflects the current status of user gesture/activation. This is a bit
field with the following values: - 0b0001 if there is a user gesture on
the stack; - 0b0010 if there was a user gesture on the page (ie. was
activated); - 0b0100 if there was a user gesture propogated after a
activated); - 0b0100 if there was a user gesture propagated after a
navigation.
</summary>
</metric>
Expand Down

0 comments on commit 2b75f48

Please sign in to comment.