------------------------------------------------------------
revno: 1192
committer: Roger Martin <[email protected]>
branch nick: aikiframework
timestamp: Wed 2012-04-25 22:48:32 +0200
message:
correct sprinf to sprintf
modified:
libs/File.php
--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk
Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'libs/File.php'
--- libs/File.php 2012-04-25 20:17:03 +0000
+++ libs/File.php 2012-04-25 20:48:32 +0000
@@ -69,7 +69,7 @@
$mode = substr(sprintf('%o', $mode), -4);
}
else {
- throw new AikiException( __sprinf("Failed to get mode from %s", $target));
+ throw new AikiException( __sprintf("Failed to get mode from %s", $target));
}
return $mode;
}
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help : https://help.launchpad.net/ListHelp