Software /
code /
prosody
Diff
util/sasl/scram.lua @ 8728:41c959c5c84b
Fix spelling throughout the codebase [codespell]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 04 Feb 2018 01:51:25 +0100 |
parent | 8555:4f0f5b49bb03 |
child | 10216:a51d017e6173 |
child | 10912:646af16a3f32 |
line wrap: on
line diff
--- a/util/sasl/scram.lua Thu Apr 05 19:37:32 2018 +0200 +++ b/util/sasl/scram.lua Sun Feb 04 01:51:25 2018 +0100 @@ -160,7 +160,7 @@ end self.username = username; - -- retreive credentials + -- retrieve credentials local stored_key, server_key, salt, iteration_count; if self.profile.plain then local password, status = self.profile.plain(self, username, self.realm)