From 9e08c6f2a5feeb097aa9b5d5256c8e98e31a8489 Mon Sep 17 00:00:00 2001
From: "Fedor A. Fetisov" <faf@ossg.ru>
Date: Mon, 28 Jul 2014 15:32:12 +0400
Subject: [PATCH] Fix typo in comment

---
 src/mibew/libs/operator.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mibew/libs/operator.php b/src/mibew/libs/operator.php
index bf60ac6c..5f6b0be0 100644
--- a/src/mibew/libs/operator.php
+++ b/src/mibew/libs/operator.php
@@ -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
  *