Fixed a typo in a comment

Signed-off-by: Chris Galvan <chgalvan@amazon.com>
This commit is contained in:
Chris Galvan
2022-02-11 14:22:08 -06:00
parent 9cd84b6b2d
commit c0d338a094
@@ -177,7 +177,7 @@ namespace AzToolsFramework
QTimer::singleShot(0, this, [this]() {
RestoreState();
// The selection doesn't propogate immediately, so we need to delay
// The selection doesn't propagate immediately, so we need to delay
// it as well so that the OK button can be updated appropriately.
// Otherwise, it will always be disabled when you first launch
// the asset picker dialog.