diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 18:42:06 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:16:27 +0100 |
commit | 56f81a619951d080e8047267a1e78112c6e38a28 (patch) | |
tree | 26541764a6d28b57e2216a5ba5c29b10dd1febd5 /starmath/inc | |
parent | 25a06a317b1816c8cf7fe36e44186b7b93fedd86 (diff) |
typo: formatet -> formated
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/cursor.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/cursor.hxx b/starmath/inc/cursor.hxx index ca3527dda94d..5e9d9958548e 100644 --- a/starmath/inc/cursor.hxx +++ b/starmath/inc/cursor.hxx @@ -142,7 +142,7 @@ public: /** Insert a special node created from aString * * Used for handling insert request from the "catalog" dialog. - * The provided string should be formatet as the desired command: %phi + * The provided string should be formated as the desired command: %phi * Note: this method ONLY supports commands defined in Math.xcu * * For more complex expressions use InsertCommandText, this method doesn't |