From 654ac1e090d29ce8a4c6d29a97ec7ca3f239c2f3 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru <sylvestre@debian.org> Date: Wed, 08 Aug 2012 02:37:55 -0400 Subject: [PATCH] Fix some typos --- program/include/rcube_db.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/include/rcube_db.php b/program/include/rcube_db.php index d0d213c..33dcbe9 100644 --- a/program/include/rcube_db.php +++ b/program/include/rcube_db.php @@ -196,7 +196,7 @@ } /** - * Connect to appropiate database depending on the operation + * Connect to appropriate database depending on the operation * * @param string $mode Connection mode (r|w) */ -- Gitblit v1.9.1