From af3f94b37ebb4e6b2d03f937e40a157a17dff223 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 25 Jan 2010 10:38:35 +0000 Subject: - Patch #693614 by asimmonds: fixed PHPDoc spelling typos. --- includes/archiver.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/archiver.inc') 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(); } -- cgit v1.2.3