Fix typos#121171
Conversation
goderbauer
left a comment
There was a problem hiding this comment.
LGTM and thank you so much!
How did you identify these spelling errors? Did you use any kind of automated tool?
dev/benchmarks/macrobenchmarks/lib/src/animated_complex_opacity.dart
Outdated
Show resolved
Hide resolved
|
Looks like it is failing some checks, though. Can you take a look and make sure that none of the spelling errors were load-barring? :) |
|
Sorry, I'm not sure which change is causing CI to fail 🤔.
This was a trial run for a CLI I made that helps find and fix typos :) |
|
Looks like the failures are actually caused by an infra issue: #121242 Our infra team is investigating. When you get a chance, can you resolve the merge conflict, though? Thanks! |
|
auto label is removed for flutter/flutter, pr: 121171, due to - The status or check suite Linux web_tool_tests has failed. Please fix the issues identified (or deflake) before re-applying this label.
|
| final Vector3 lerpTranslation = | ||
| beginTranslation * (1.0 - t) + endTranslation * t; | ||
| // TODO(alangardner): Implement slerp for constant rotation | ||
| // TODO(alangardner): Implement lerp for constant rotation |
There was a problem hiding this comment.
@Lioness100 @goderbauer Not sure, but this could be a mistake, since slerp is a common shorthand for "spherical linear interpolation", which is used when linearly interpolating quaternions. See https://en.wikipedia.org/wiki/Slerp

This PR fixes some typos throughout the repo. I didn't change
maxDescendentsTruncatableNode, since it looks public, but I think it should bemaxDescendantsTruncatableNode?Pre-launch Checklist
///).