You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/06/23 21:19:54 UTC

[02/16] incubator-mynewt-site git commit: Fixed typo

Fixed typo


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/a552d8d5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/a552d8d5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/a552d8d5

Branch: refs/heads/master
Commit: a552d8d59bb314c04766db283f918defc4f144b8
Parents: 39111cc
Author: = <=>
Authored: Wed Jun 22 10:58:34 2016 -0700
Committer: = <=>
Committed: Wed Jun 22 10:58:34 2016 -0700

----------------------------------------------------------------------
 mkdocs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a552d8d5/mkdocs.yml
----------------------------------------------------------------------
diff --git a/mkdocs.yml b/mkdocs.yml
index e04d0eb..b041677 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -65,7 +65,7 @@ pages:
                     - 'os_sched': 'os/core_os/context_switch/os_sched.md'
                     - 'os_arch_ctx_sw': 'os/core_os/context_switch/os_arch_ctx_sw.md'
                     - 'os_sched_ctx_sw_hook': 'os/core_os/context_switch/os_sched_ctx_sw_hook.md'
-                    - 'os_/sched_get_current_task': 'os/core_os/context_switch/os_sched_get_current_task.md'
+                    - 'os_sched_get_current_task': 'os/core_os/context_switch/os_sched_get_current_task.md'
                     - 'os_sched_insert': 'os/core_os/context_switch/os_sched_insert.md'
                     - 'os_sched_next_task': 'os/core_os/context_switch/os_sched_next_task.md'
                     - 'os_sched_os_timer_exp': 'os/core_os/context_switch/os_sched_os_timer_exp.md'