Page 1 of 1

[patch] Typo in docroot/userpages.html.tmpl

Posted: Wed Nov 29, 2017 11:08 am
by rickvanderzwet
Just minor typo in the page:

Code: Select all

diff -ru ../otmonitor.vfs.orig/docroot/userpages.html.tmpl ./docroot/userpages.html.tmpl
--- ../otmonitor.vfs.orig/docroot/userpages.html.tmpl	2017-11-29 10:00:59.577541917 +0100
+++ ./docroot/userpages.html.tmpl	2017-11-29 10:01:15.607845611 +0100
@@ -10,7 +10,7 @@
 <h1>Custom web pages</h1>
 <div>
 It is possible to add your own web pages to the otmonitor web server or
-override built-in pages by placing them in a direcotry called <i>html</i>
+override built-in pages by placing them in a directory called <i>html</i>
 located in the same directory as the otmonitor binary.
 
 <h2>Style sheet</h2>
Patch inline, since the Upload attachment box does not allow .txt or .patch files. Could not find a submission guide, is this the proper method of submitting patches?

Re: [patch] Typo in docroot/userpages.html.tmpl

Posted: Thu Nov 30, 2017 6:47 pm
by hvxl
This method of submitting a patch works just fine. I have applied it to my sources, so it should be correct in the next version. Thanks.