changeset 5854:87ac42db389c

spelling: occurred
author timeless@gmail.com
date Tue, 03 May 2016 12:08:39 +0000
parents cbeedd63f9d4
children 1048307eb1f5
files docs/usage/debugging.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/usage/debugging.rst	Tue May 03 12:08:11 2016 +0000
+++ b/docs/usage/debugging.rst	Tue May 03 12:08:39 2016 +0000
@@ -25,7 +25,7 @@
 
 To enable interactive debug mode simply comment out ``set debug = false`` in
 the .ini file. This will trigger an interactive debugger each time
-there is an error in the browser, or send a http link if an error occured in the backend. This
+there is an error in the browser, or send a http link if an error occurred in the backend. This
 is a great tool for fast debugging as you get a handy Python console right
 in the web view.