Fix some typos

This commit is contained in:
Aleksander Machniak 2015-12-17 15:57:29 +01:00
parent b01cfae47a
commit f8d65ba843
4 changed files with 5 additions and 5 deletions

View file

@ -1412,7 +1412,7 @@ class calendar extends rcube_plugin
}
/**
* Handler for check-recent requests which are accidentally sent to calendar taks
* Handler for check-recent requests which are accidentally sent to calendar
*/
function check_recent()
{

View file

@ -273,7 +273,7 @@ class tasklist_database_driver extends tasklist_driver
}
/**
* Get all taks records matching the given filter
* Get all task records matching the given filter
*
* @param array Hash array wiht filter criterias
* @param array List of lists to get tasks from

View file

@ -530,7 +530,7 @@ class tasklist_kolab_driver extends tasklist_driver
}
/**
* Get all taks records matching the given filter
* Get all task records matching the given filter
*
* @param array Hash array with filter criterias:
* - mask: Bitmask representing the filter selection (check against tasklist::FILTER_MASK_* constants)
@ -1365,7 +1365,7 @@ class tasklist_kolab_driver extends tasklist_driver
rcube::raise_error(array(
'code' => 600, 'type' => 'php',
'file' => __FILE__, 'line' => __LINE__,
'message' => "Invalid list identifer to save taks: " . var_dump($list_id, true)),
'message' => "Invalid list identifer to save task: " . var_dump($list_id, true)),
true, false);
return false;
}

View file

@ -144,7 +144,7 @@ abstract class tasklist_driver
abstract function count_tasks($lists = null);
/**
* Get all taks records matching the given filter
* Get all task records matching the given filter
*
* @param array Hash array with filter criterias:
* - mask: Bitmask representing the filter selection (check against tasklist::FILTER_MASK_* constants)