[vhffs-dev] [2230] fixed comment typo |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 2230
Author: gradator
Date: 2013-05-16 13:45:45 +0200 (Thu, 16 May 2013)
Log Message:
-----------
fixed comment typo
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Panel.pm
Modified: trunk/vhffs-api/src/Vhffs/Panel.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Panel.pm 2013-04-15 21:03:48 UTC (rev 2229)
+++ trunk/vhffs-api/src/Vhffs/Panel.pm 2013-05-16 11:45:45 UTC (rev 2230)
@@ -509,7 +509,7 @@
warn 'Error while processing template: '.$template->error();
return;
}
- # FCGI does not handle UTF9
+ # FCGI does not handle UTF8
print Encode::encode_utf8( $data );
}