From 25ec097b5237c0e0cffd5c26918898836516aff6 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 30 Sep 2007 04:08:15 +0200 Subject: ptln parameter spelling correction darcs-hash:20070930020815-d26fc-d9b3baf8c1bf0627dbdd011fd5791a3b11b09a82.gz --- inc/common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/common.php b/inc/common.php index 18fad2120..96980e7ee 100644 --- a/inc/common.php +++ b/inc/common.php @@ -39,8 +39,8 @@ function hsc($string){ * * @author Andreas Gohr */ -function ptln($string,$intend=0){ - echo str_repeat(' ', $intend)."$string\n"; +function ptln($string,$indent=0){ + echo str_repeat(' ', $indent)."$string\n"; } /** -- cgit v1.2.3