Skip to content

Commit 27195ef

Browse files
committed
fix typo
1 parent 11adc29 commit 27195ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/individualCommands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Multi.prototype.info = Multi.prototype.INFO = function info (section, callback)
181181
};
182182

183183
function auth_callback (self, pass, user, callback) {
184-
// Backward compatibility support for auth with password on
184+
// Backward compatibility support for auth with password only
185185
if (user instanceof Function){
186186
callback = user;
187187
user = null;

0 commit comments

Comments
 (0)