Fix typo in comment

This commit is contained in:
Fedor A. Fetisov 2014-07-28 15:32:12 +04:00
parent 074f4652d1
commit 9e08c6f2a5

View File

@ -842,7 +842,7 @@ function get_operator_group_ids($operator_id)
/**
* Calculate hashed password value based upon operator's login and password
*
* By default function tries to make us of Blowfish encryption algorithm,
* By default function tries to make use of Blowfish encryption algorithm,
* with salted MD5 as a second possible choice, and unsalted MD5 as a fallback
* option
*