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/28 21:58:11 UTC

[3/6] 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/33920dd8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/33920dd8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/33920dd8

Branch: refs/heads/master
Commit: 33920dd82ea43caceb5745a92207d660ab9963f8
Parents: 09a360b
Author: = <=>
Authored: Tue Jun 28 13:18:50 2016 -0700
Committer: = <=>
Committed: Tue Jun 28 13:18:50 2016 -0700

----------------------------------------------------------------------
 docs/os/modules/fs/nffs/nffs.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/33920dd8/docs/os/modules/fs/nffs/nffs.md
----------------------------------------------------------------------
diff --git a/docs/os/modules/fs/nffs/nffs.md b/docs/os/modules/fs/nffs/nffs.md
index 7a79ae7..e5995ee 100644
--- a/docs/os/modules/fs/nffs/nffs.md
+++ b/docs/os/modules/fs/nffs/nffs.md
@@ -113,7 +113,7 @@ The functions available in this OS feature are:
 | Function | Description |
 |---------|-------------|
 | [nffs\_detect](nffs_detect.md) | Searches for a valid nffs file system among the specified areas. |
-| [nffs\_format](nffs_format.md) | rases all the specified areas and initializes them with a clean nffs file system. |
+| [nffs\_format](nffs_format.md) | Erases all the specified areas and initializes them with a clean nffs file system. |
 | [nffs\_init](nffs_init.md) | Initializes internal nffs memory and data structures. |
 
 ###Miscellaneous measures