summaryrefslogtreecommitdiff
path: root/includes/archiver.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/archiver.inc')
-rw-r--r--includes/archiver.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/archiver.inc b/includes/archiver.inc
index 6b726891e..37d221ef2 100644
--- a/includes/archiver.inc
+++ b/includes/archiver.inc
@@ -12,7 +12,7 @@
interface ArchiverInterface {
/**
- * Contructor for a new archiver instance.
+ * Constructor for a new archiver instance.
*
* @param $file_path
* The full system path of the archive to manipulate. Only local files
@@ -61,7 +61,7 @@ interface ArchiverInterface {
*
* @return
* An array of file names relative to the root of the archive, or
- * an iteratable object that resolves to such a list.
+ * an iterable object that resolves to such a list.
*/
public function listContents();
}