summaryrefslogtreecommitdiff
path: root/includes/archiver.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-25 10:38:35 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-25 10:38:35 +0000
commitaf3f94b37ebb4e6b2d03f937e40a157a17dff223 (patch)
tree002f4e23f118c3324f7cf2bceb781c441f55406f /includes/archiver.inc
parent4f6cf1d1a1ac7f6ef0295cbdcf24ea980fda61b7 (diff)
downloadbrdo-af3f94b37ebb4e6b2d03f937e40a157a17dff223.tar.gz
brdo-af3f94b37ebb4e6b2d03f937e40a157a17dff223.tar.bz2
- Patch #693614 by asimmonds: fixed PHPDoc spelling typos.
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();
}