Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed Dec 21, 2013
1 parent 37f90df commit daedc76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion export.php
Expand Up @@ -163,7 +163,7 @@
)
);

// Backward compatbility
// Backward compatibility
$type = $what;

// Check export type
Expand Down
2 changes: 1 addition & 1 deletion libraries/session.inc.php
Expand Up @@ -111,7 +111,7 @@

/**
* tries to secure session from hijacking and fixation
* should be called before login and after successfull login
* should be called before login and after successful login
* (only required if sensitive information stored in session)
*
* @return void
Expand Down

0 comments on commit daedc76

Please sign in to comment.