Skip to content

Commit

Permalink
Fixed some spelling issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
flip111 committed Dec 7, 2013
1 parent 29f87e6 commit 1d8f221
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/RandomLib/Generator.php
Expand Up @@ -32,12 +32,12 @@
class Generator {

/**
* @const UPPER_CASE Flag for upper-case letters
* @const UPPER_CASE Flag for uppercase letters
*/
const UPPER_CASE = 1;

/**
* @const LOWER_CASE Flag for loser-case letters
* @const LOWER_CASE Flag for lowercase letters
*/
const LOWER_CASE = 2;

Expand All @@ -47,12 +47,12 @@ class Generator {
const DIGITS = 4;

/**
* @const UPPER_HEX Flag for upper-case hexadecimal symbols
* @const UPPER_HEX Flag for uppercase hexadecimal symbols
*/
const UPPER_HEX = 8;

/**
* @const LOWER_HEX Flag for lower-case hexidecimal symbols
* @const LOWER_HEX Flag for lowercase hexidecimal symbols
*/
const LOWER_HEX = 16;

Expand Down

0 comments on commit 1d8f221

Please sign in to comment.