modules/sasl.cpp: correct typo.

This commit is contained in:
KindOne
2013-08-29 00:35:44 -04:00
committed by Alexey Sokolov
parent 1da2ca00f9
commit 47799abb0b
+1 -1
View File
@@ -219,7 +219,7 @@ public:
Mechanisms.SetCell("Description", SupportedMechanisms[i].szDescription);
}
PutModule("The following mechanisms are availible:");
PutModule("The following mechanisms are available:");
PutModule(Mechanisms);
}