Can configure spool root
[banana.git] / banana / protocoleinterface.inc.php
index 600ff19..1e3e12a 100644 (file)
@@ -19,7 +19,7 @@ interface BananaProtocoleInterface
      */
     public function isValid();
     
-    /** Indicate last error n°
+    /** Indicate last error n°
      */
     public function lastErrNo();
     
@@ -107,5 +107,5 @@ interface BananaProtocoleInterface
     public function filename();
 }
 
-// vim:set et sw=4 sts=4 ts=4:
+// vim:set et sw=4 sts=4 ts=4 enc=utf-8:
 ?>