ModulesHowTo: Fix typo 727/head
authorGuido L <LipkeGu@users.noreply.github.com>
Mon, 23 May 2016 00:50:01 +0000 (02:50 +0200)
committerGuido L <LipkeGu@users.noreply.github.com>
Mon, 23 May 2016 00:50:01 +0000 (02:50 +0200)
Signed-off-by: Guido Lipke <lipkegu@gmail.com>
documentation/ModulesHowTo.md

index c4dbb982058c0d200da3f44cb7ab55a4226f909d..7efed83d67c2a85bf65382dae4da9ec38b464ea4 100644 (file)
@@ -1,7 +1,7 @@
 *Note:* If you plan to integrate your module into LuCI, you should read the [wiki:Documentation/Modules Module Reference] before.
 
 This tutorial describes how to write your own modules for the LuCI WebUI.
-For this tutorial we refer to your LuCI installation direcotry as *lucidir_' (/usr/lib/lua/luci if you are working with an installed version) and assume your LuCI installation is reachable through your webserver via '_/cgi-bin/luci*.
+For this tutorial we refer to your LuCI installation directory as *lucidir_' (/usr/lib/lua/luci if you are working with an installed version) and assume your LuCI installation is reachable through your webserver via '_/cgi-bin/luci*.
 
 If you are working with the development environment replace *lucidir_' with '''''/path/to/your/luci/checkout''/applications/myapplication/luasrc''' (this is a default empty module you can use for your experiments) and your LuCI installation can probably be reached via http://localhost:8080/luci/ after you ran '_make runhttpd*.