summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 09:35:15 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:05 +0200
commitf75aa26620f26b1fd306ade2b3c7af13cb2d9034 (patch)
treef22e9259c4225a8125e8ec26c4e74a0d8612e1fa /sd/inc
parent83d84adeb5bafa6bdbad8f759ea281c265c1234b (diff)
typo: hierarchie -> hierarchy
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/animations.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/animations.hxx b/sd/inc/animations.hxx
index ee3b87032dd0..a0be770eeee3 100644
--- a/sd/inc/animations.hxx
+++ b/sd/inc/animations.hxx
@@ -26,7 +26,7 @@ namespace sd
{
/** stores the link between an after effect node and its master for later insertion
- into the timing hierarchie
+ into the timing hierarchy
*/
struct AfterEffectNode
{
@@ -41,7 +41,7 @@ struct AfterEffectNode
typedef std::list< AfterEffectNode > AfterEffectNodeList;
/** inserts the animation node in the given AfterEffectNode at the correct position
- in the timing hierarchie of its master */
+ in the timing hierarchy of its master */
SD_DLLPUBLIC void stl_process_after_effect_node_func(AfterEffectNode& rNode);
} // namespace sd;