Fix some typos
This commit is contained in:
parent
b01cfae47a
commit
f8d65ba843
4 changed files with 5 additions and 5 deletions
|
@ -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()
|
function check_recent()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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 Hash array wiht filter criterias
|
||||||
* @param array List of lists to get tasks from
|
* @param array List of lists to get tasks from
|
||||||
|
|
|
@ -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:
|
* @param array Hash array with filter criterias:
|
||||||
* - mask: Bitmask representing the filter selection (check against tasklist::FILTER_MASK_* constants)
|
* - 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(
|
rcube::raise_error(array(
|
||||||
'code' => 600, 'type' => 'php',
|
'code' => 600, 'type' => 'php',
|
||||||
'file' => __FILE__, 'line' => __LINE__,
|
'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);
|
true, false);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
@ -144,7 +144,7 @@ abstract class tasklist_driver
|
||||||
abstract function count_tasks($lists = null);
|
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:
|
* @param array Hash array with filter criterias:
|
||||||
* - mask: Bitmask representing the filter selection (check against tasklist::FILTER_MASK_* constants)
|
* - mask: Bitmask representing the filter selection (check against tasklist::FILTER_MASK_* constants)
|
||||||
|
|
Loading…
Add table
Reference in a new issue