diff options
author | François Baldassari <francois@pebble.com> | 2016-02-26 09:00:46 -0800 |
---|---|---|
committer | François Baldassari <francois@pebble.com> | 2016-02-26 09:00:46 -0800 |
commit | 66126cc32dfd863aebc93679e63733ed35db8cf6 (patch) | |
tree | 8d882cb455cb49d8f57172789e40e15b866b3b30 | |
parent | 959866b848d77b741371585446de4fa094f27cd1 (diff) | |
download | flatbuffers-66126cc32dfd863aebc93679e63733ed35db8cf6.tar.gz flatbuffers-66126cc32dfd863aebc93679e63733ed35db8cf6.tar.bz2 flatbuffers-66126cc32dfd863aebc93679e63733ed35db8cf6.zip |
Fix typo in documentation navigation
-rw-r--r-- | docs/source/doxygen_layout.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/doxygen_layout.xml b/docs/source/doxygen_layout.xml index 9cb83819..aa719f92 100644 --- a/docs/source/doxygen_layout.xml +++ b/docs/source/doxygen_layout.xml @@ -45,7 +45,7 @@ <tab type="user" url="@ref flatbuffers_internals" title="FlatBuffers internals"/> <tab type="user" url="@ref flatbuffers_grammar" - title="Grammar of the schema langauge"/> + title="Grammar of the schema language"/> <tab type="usergroup" url="" title="API Reference"> <tab type="modules" visible="yes" title="APIs" intro=""/> <tab type="classes" visible="yes" title=""> @@ -208,7 +208,7 @@ <variables title=""/> <signals title=""/> <publicslots title=""/> - <protectedslots title=""/> + <protectedslots title=""/>l <privateslots title=""/> <events title=""/> <properties title=""/> |