소스 검색

Fixed typo in comment

Signed-off-by: Chris Galvan <[email protected]>
Chris Galvan 3 년 전
부모
커밋
b94ad60708
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Gems/GradientSignal/Code/Source/Editor/EditorGradientBakerComponent.cpp

+ 1 - 1
Gems/GradientSignal/Code/Source/Editor/EditorGradientBakerComponent.cpp

@@ -596,7 +596,7 @@ namespace GradientSignal
         // Cancel any pending preview refreshes before locking, to help ensure the preview itself isn't holding the lock
         auto entityIds = CancelPreviewRendering();
 
-        // Re-setup the dependency monitor when the configuratio changes because the gradient sampler
+        // Re-setup the dependency monitor when the configuration changes because the gradient sampler
         // could've changed
         SetupDependencyMonitor();