Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Feb 2, 2017
1 parent 7de34b5 commit e097b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Imap_Client/lib/Horde/Imap/Client/Socket.php
Expand Up @@ -455,7 +455,7 @@ protected function _login()
}

// Check for supported SCRAM AUTH mechanisms. Preferred because it
// provides verificaion of server authenticity.
// provides verification of server authenticity.
foreach (array_keys($auth) as $key) {
switch ($key) {
case 'SCRAM-SHA-1':
Expand Down

0 comments on commit e097b9c

Please sign in to comment.