diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-07 23:42:29 -0700 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-07 23:42:29 -0700 |
commit | b93f5556f20e8e5ce5c235fee11dec4c2a070060 (patch) | |
tree | 0d28d02c80d2660009074171e20b4ca561bd3f3b /program/include/rcube_db.php | |
parent | de56ea1909d515d3e4807a04a6c4644b8226d08d (diff) | |
parent | 654ac1e090d29ce8a4c6d29a97ec7ca3f239c2f3 (diff) |
Merge pull request #18 from sylvestre/master
Just a minor commit which fixes some typos
Diffstat (limited to 'program/include/rcube_db.php')
-rw-r--r-- | 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 d0d213cd0..33dcbe975 100644 --- a/program/include/rcube_db.php +++ b/program/include/rcube_db.php @@ -196,7 +196,7 @@ class rcube_db } /** - * Connect to appropiate database depending on the operation + * Connect to appropriate database depending on the operation * * @param string $mode Connection mode (r|w) */ |