diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-09-23 23:52:31 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-09-23 23:52:31 +0900 |
commit | 94bb5021c78570aa7b76614289669639f11cf53b (patch) | |
tree | 24a41d2d88b685ef752083e9b735a3f02adb59c6 /svtools/source/edit | |
parent | 751f3aea6805140775bb6ad28f92a1f2795373a6 (diff) |
fix typo
Change-Id: I8bb811cfe06d409bebad586c16cf3837551f5a5f
Diffstat (limited to 'svtools/source/edit')
-rw-r--r-- | svtools/source/edit/syntaxhighlight.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/edit/syntaxhighlight.cxx b/svtools/source/edit/syntaxhighlight.cxx index a1e3bc068804..8851766f57b9 100644 --- a/svtools/source/edit/syntaxhighlight.cxx +++ b/svtools/source/edit/syntaxhighlight.cxx @@ -41,7 +41,7 @@ static const char* strListBasicKeyWords[] = { "and", "any", "append", - "attrubute", + "attribute", "as", "base", "binary", |