diff options
author | Vincent Richard <[email protected]> | 2006-11-23 12:44:30 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2006-11-23 12:44:30 +0000 |
commit | e7a04ddff8736da6093cbf38ac0bc038be24f8ee (patch) | |
tree | b94ef9d90938f8de3e5a4dab04fb82db4617f0b8 | |
parent | Preferred block size for streams. (diff) | |
download | vmime-e7a04ddff8736da6093cbf38ac0bc038be24f8ee.tar.gz vmime-e7a04ddff8736da6093cbf38ac0bc038be24f8ee.zip |
Typo: 'more' -> 'most'.
-rw-r--r-- | vmime/security/sasl/SASLAuthenticator.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmime/security/sasl/SASLAuthenticator.hpp b/vmime/security/sasl/SASLAuthenticator.hpp index 853be566..48222b71 100644 --- a/vmime/security/sasl/SASLAuthenticator.hpp +++ b/vmime/security/sasl/SASLAuthenticator.hpp @@ -50,7 +50,7 @@ public: /** This method is called to allow the client to choose the * authentication mechanisms that will be used. By default, - * the more secure mechanisms are chosen. + * the most secure mechanisms are chosen. * * @param available available mechanisms * @param suggested suggested mechanism (or NULL if the system |