ソースを参照

Fix more typos

rugk 9 年 前
コミット
da10a761c4
10 ファイル変更10 行追加10 行削除
  1. 1 1
      lib/Configuration.php
  2. 1 1
      lib/Filter.php
  3. 1 1
      lib/I18n.php
  4. 1 1
      lib/Json.php
  5. 1 1
      lib/Model.php
  6. 1 1
      lib/PrivateBin.php
  7. 1 1
      lib/Request.php
  8. 1 1
      lib/Sjcl.php
  9. 1 1
      lib/View.php
  10. 1 1
      lib/Vizhash16x16.php

+ 1 - 1
lib/Configuration.php

@@ -10,7 +10,7 @@
  * @version   1.0
  */
 
-namespace PrivateBin;;
+namespace PrivateBin;
 
 use Exception;
 use PDO;

+ 1 - 1
lib/Filter.php

@@ -10,7 +10,7 @@
  * @version   1.0
  */
 
-namespace PrivateBin;;
+namespace PrivateBin;
 
 use Exception;
 

+ 1 - 1
lib/I18n.php

@@ -10,7 +10,7 @@
  * @version   1.0
  */
 
-namespace PrivateBin;;
+namespace PrivateBin;
 
 /**
  * I18n

+ 1 - 1
lib/Json.php

@@ -10,7 +10,7 @@
  * @version   1.0
  */
 
-namespace PrivateBin;;
+namespace PrivateBin;
 
 use Exception;
 

+ 1 - 1
lib/Model.php

@@ -10,7 +10,7 @@
  * @version   1.0
  */
 
-namespace PrivateBin;;
+namespace PrivateBin;
 
 use PrivateBin\Model\Paste;
 use PrivateBin\Persistence\PurgeLimiter;

+ 1 - 1
lib/PrivateBin.php

@@ -10,7 +10,7 @@
  * @version   1.0
  */
 
-namespace PrivateBin;;
+namespace PrivateBin;
 
 use Exception;
 use PrivateBin\Persistence\ServerSalt;

+ 1 - 1
lib/Request.php

@@ -10,7 +10,7 @@
  * @version   1.0
  */
 
-namespace PrivateBin;;
+namespace PrivateBin;
 
 /**
  * Request

+ 1 - 1
lib/Sjcl.php

@@ -10,7 +10,7 @@
  * @version   1.0
  */
 
-namespace PrivateBin;;
+namespace PrivateBin;
 
 /**
  * Sjcl

+ 1 - 1
lib/View.php

@@ -10,7 +10,7 @@
  * @version   1.0
  */
 
-namespace PrivateBin;;
+namespace PrivateBin;
 
 use Exception;
 

+ 1 - 1
lib/Vizhash16x16.php

@@ -11,7 +11,7 @@
  * @version   0.0.5 beta PrivateBin 1.0
  */
 
-namespace PrivateBin;;
+namespace PrivateBin;
 
 /**
  * Vizhash16x16