mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Merged in mjkoch/nuttx/mjkoch (pull request #841)
Correct a few tpyos Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
committed by
Gregory Nutt
parent
92554257b9
commit
1b325342f4
+1
-1
@@ -161,7 +161,7 @@ static int binfs_open(FAR struct file *filep, FAR const char *relpath,
|
||||
index = builtin_isavail(relpath);
|
||||
if (index < 0)
|
||||
{
|
||||
ferr("ERROR: Builting %s does not exist\n", relpath);
|
||||
ferr("ERROR: Built-in %s does not exist\n", relpath);
|
||||
return -ENOENT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user