diff options
author | admin <devnull@localhost> | 2006-10-21 20:04:01 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-21 20:04:01 +0200 |
commit | e7e1dcd452a15abaaa01c03cd1ade564e3a59453 (patch) | |
tree | cf531f1e81ce86d28eb9dce4d9c0138e2a40ca90 /user_guide/general/errors.html | |
parent | 9fcc28a29299fbbc242f87bf1b1e61fda6543886 (diff) |
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>
|