From 9acd764192571f67a5e7c9b39f0f0e65617f301a Mon Sep 17 00:00:00 2001 From: Xavier Noguer Gallego Date: Mon, 15 Dec 2003 10:51:16 +0000 Subject: [PATCH] fixing typo git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@146493 c90b9560-bf6c-de11-be94-00142212c4b1 --- Writer/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Writer/Parser.php b/Writer/Parser.php index 02e9c30..9e5866c 100644 --- a/Writer/Parser.php +++ b/Writer/Parser.php @@ -1615,7 +1615,7 @@ class Spreadsheet_Excel_Writer_Parser extends PEAR $this->_advance(); // eat the "," or ";" } else { - return $this->raiseError("Syntax error: coma expected in ". + return $this->raiseError("Syntax error: comma expected in ". "function $function, arg #{$num_args}"); } $result2 = $this->_condition();