Browse Source

Fix more typos

rugk 9 years ago
parent
commit
da10a761c4
10 changed files with 10 additions and 10 deletions
  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
  * @version   1.0
  */
  */
 
 
-namespace PrivateBin;;
+namespace PrivateBin;
 
 
 use Exception;
 use Exception;
 use PDO;
 use PDO;

+ 1 - 1
lib/Filter.php

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

+ 1 - 1
lib/I18n.php

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

+ 1 - 1
lib/Json.php

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

+ 1 - 1
lib/Model.php

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

+ 1 - 1
lib/PrivateBin.php

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

+ 1 - 1
lib/Request.php

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

+ 1 - 1
lib/Sjcl.php

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

+ 1 - 1
lib/View.php

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

+ 1 - 1
lib/Vizhash16x16.php

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