Skip to content
Snippets Groups Projects
Commit 41abe922 authored by Stefan's avatar Stefan Committed by Lorenz Meier
Browse files

Update main.cpp

spelling mistakes
parent d5c6fde5
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
* Basic shell to execute builtin "apps"
*
* @author Mark Charlebois <charlebm@gmail.com>
* @auther Roman Bapst <bapstroman@gmail.com>
* @author Roman Bapst <bapstroman@gmail.com>
*/
#include <iostream>
......@@ -238,7 +238,7 @@ int main(int argc, char **argv)
const char *folderpath = "/rootfs/";
if (nullptr == getcwd(pwd_path, sizeof(pwd_path))) {
PX4_ERR("Failed aquiring working dir, abort.");
PX4_ERR("Failed acquiring working dir, abort.");
exit(1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment