summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/TransformState.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/TransformState.cpp')
-rw-r--r--WebCore/rendering/TransformState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/rendering/TransformState.cpp b/WebCore/rendering/TransformState.cpp
index a9e68f4..700831b 100644
--- a/WebCore/rendering/TransformState.cpp
+++ b/WebCore/rendering/TransformState.cpp
@@ -115,7 +115,7 @@ void TransformState::flattenWithTransform(const TransformationMatrix& t)
}
// We could throw away m_accumulatedTransform if we wanted to here, but that
- // would cause thrash when traversing hierarachies with alternating
+ // would cause thrash when traversing hierarchies with alternating
// preserve-3d and flat elements.
if (m_accumulatedTransform)
m_accumulatedTransform->makeIdentity();