summaryrefslogtreecommitdiff
path: root/src/pugixpath.cpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-20 08:12:31 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-20 08:12:31 +0000
commitb515d5206172777973b521660ac4914d0f58c06a (patch)
treedca7424f3f7d6c22c467adfb7ad0910941679f30 /src/pugixpath.cpp
parente618138b6755a28e25dc9ade76e7c75ec4c2d713 (diff)
Spelling fixes
git-svn-id: http://pugixml.googlecode.com/svn/trunk@528 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src/pugixpath.cpp')
-rw-r--r--src/pugixpath.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pugixpath.cpp b/src/pugixpath.cpp
index 136a90b..89c24cd 100644
--- a/src/pugixpath.cpp
+++ b/src/pugixpath.cpp
@@ -2086,7 +2086,7 @@ namespace pugi
return !eval_node_set(c).empty();
default:
- assert(!"Wrong expression for ret type boolean");
+ assert(!"Wrong expression for return type boolean");
return false;
}
}
@@ -2182,7 +2182,7 @@ namespace pugi
return convert_string_to_number(eval_string(c).c_str());
default:
- assert(!"Wrong expression for ret type number");
+ assert(!"Wrong expression for return type number");
return 0;
}
@@ -2385,7 +2385,7 @@ namespace pugi
}
default:
- assert(!"Wrong expression for ret type string");
+ assert(!"Wrong expression for return type string");
return string_t();
}
}
@@ -2506,7 +2506,7 @@ namespace pugi
}
default:
- assert(!"Wrong expression for ret type node set");
+ assert(!"Wrong expression for return type node set");
return xpath_node_set();
}
}