}
}
-/// TODO: Delete for 2.1 (deeprecated in 2.0).
+/// TODO: Delete for 2.1 (deprecated in 2.0).
/// Deprecated API starts here
class XMLDBField extends xmldb_field {
/**
* This function will check/validate the XML file for correctness
- * Dinamically if will use the best available checker/validator
+ * Dynamically if will use the best available checker/validator
* (expat syntax checker or DOM schema validator
*/
function validateXMLStructure() {
}
}
-/// TODO: Delete for 2.1 (deeprecated in 2.0).
+/// TODO: Delete for 2.1 (deprecated in 2.0).
/// Deprecated API starts here
class XMLDBIndex extends xmldb_index {
}
}
-/// TODO: Delete for 2.1 (deeprecated in 2.0).
+/// TODO: Delete for 2.1 (deprecated in 2.0).
/// Deprecated API starts here
class XMLDBKey extends xmldb_key {
// //
///////////////////////////////////////////////////////////////////////////
-/// This class represent the XMLDB base class where all the common piezes
+/// This class represent the XMLDB base class where all the common pieces
/// are defined
class xmldb_object {
/// Explode safely the string
$arr = explode (',', $string);
- /// Put the concat and quoted elements back again, triming every element
+ /// Put the concat and quoted elements back again, trimming every element
if ($arr) {
foreach ($arr as $key => $element) {
/// Clear some spaces