Fixed typos

This commit is contained in:
Pascal Borreli
2012-07-24 09:31:27 +00:00
parent f969776312
commit 8a34aa5077
43 changed files with 65 additions and 65 deletions

View File

@@ -84,7 +84,7 @@ class Database extends Driver implements Sweeper {
}
/**
* Delete all expired sessions from persistant storage.
* Delete all expired sessions from persistent storage.
*
* @param int $expiration
* @return void

View File

@@ -63,7 +63,7 @@ abstract class Driver {
return Str::random(40);
}
// We'll containue generating random IDs until we find an ID that is
// We'll continue generating random IDs until we find an ID that is
// not currently assigned to a session. This is almost definitely
// going to happen on the first iteration.
do {