Skip to content

Commit

Permalink
spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 18, 2010
1 parent ab23e6e commit f65405d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dtl/database_importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class database_importer {
* Object constructor.
*
* @param moodle_database $mdb Connection to the target database (a
* @see moodle_database object). Use null to use the curent $DB connection.
* @see moodle_database object). Use null to use the current $DB connection.
* @param boolean $check_schema - whether or not to check that XML database
* schema matches the RDBMS database schema before importing (inside
* @see begin_database_import).
Expand Down
2 changes: 1 addition & 1 deletion lib/dtl/xml_database_exporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/**
* XML format exporter class.
* Provides logic for writing XML tags and data inside appropiate callbacks.
* Provides logic for writing XML tags and data inside appropriate callbacks.
* Subclasses should define XML data sinks.
*/
abstract class xml_database_exporter extends database_exporter {
Expand Down

0 comments on commit f65405d

Please sign in to comment.