diff options
Diffstat (limited to 'user_guide/general/errors.html')
-rw-r--r-- | user_guide/general/errors.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/errors.html b/user_guide/general/errors.html index 72c9120d8..16db19e41 100644 --- a/user_guide/general/errors.html +++ b/user_guide/general/errors.html @@ -112,7 +112,7 @@ log_message('info', 'The purpose of some variable is to provide some value.');<b <ol>
<li>Error Messages. These are actual errors, such as PHP errors or user errors.</li>
<li>Debug Messages. These are messages that assist in debugging. For example, if a class has been initialized, you could log this as debugging info.</li>
-<li>Informational Messages. These are the lowest priority messages, simply giving information regarding some process. Code Igniter doesn't natively generate any info messsages but you may want to in your application.</li>
+<li>Informational Messages. These are the lowest priority messages, simply giving information regarding some process. Code Igniter doesn't natively generate any info messages but you may want to in your application.</li>
</ol>
|