Quellcode durchsuchen

FIX: prosody: comment on destroy_request

master
Aaron van Meerten vor 5 Jahren
Ursprung
Commit
0bd100f027
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      resources/prosody-plugins/token/util.lib.lua

+ 1
- 1
resources/prosody-plugins/token/util.lib.lua Datei anzeigen

@@ -142,7 +142,7 @@ function Util:get_public_key(keyId)
142 142
             -- TODO: This check is racey. Not likely to be a problem, but we should
143 143
             --       still stick a mutex on content / code at some point.
144 144
             if code == nil then
145
-                -- no longer present in prosody 0.11, so cehck before calling
145
+                -- no longer present in prosody 0.11, so check before calling
146 146
                 if http.destroy_request ~= nil then
147 147
                     http.destroy_request(request);
148 148
                 end

Laden…
Abbrechen
Speichern