Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/itasc/kdl/utilities/error.h')
-rw-r--r--intern/itasc/kdl/utilities/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/itasc/kdl/utilities/error.h b/intern/itasc/kdl/utilities/error.h
index 4a0af60e8af..f2377702b9b 100644
--- a/intern/itasc/kdl/utilities/error.h
+++ b/intern/itasc/kdl/utilities/error.h
@@ -54,7 +54,7 @@ namespace KDL {
class Error {
public:
/** Returns a description string describing the error.
- * the returned pointer only garanteed to exists as long as
+ * the returned pointer only guaranteed to exists as long as
* the Error object exists.
*/
virtual ~Error() {}