Index: Source/modules/screen_orientation/ScreenOrientation.cpp |
diff --git a/Source/modules/screen_orientation/ScreenOrientation.cpp b/Source/modules/screen_orientation/ScreenOrientation.cpp |
index b06318aee0a470e2b9f4836c237d443774fd533f..0172e47e2fe29d1d00ef5bd28a7fd6826cbd2f87 100644 |
--- a/Source/modules/screen_orientation/ScreenOrientation.cpp |
+++ b/Source/modules/screen_orientation/ScreenOrientation.cpp |
@@ -93,7 +93,7 @@ ScreenOrientation* ScreenOrientation::create(LocalFrame* frame) |
// FIXME: ideally, we would like to provide the ScreenOrientationController |
// the case where it is not defined but for the moment, it is eagerly |
// created when the LocalFrame is created so we shouldn't be in that |
- // situtaion. |
+ // situation. |
// In order to create the ScreenOrientationController lazily, we would need |
// to be able to access WebFrameClient from modules/. |