소스 검색

Minor formatting fix

Stephen Ficklin 8 년 전
부모
커밋
6834b95512
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tripal/api/tripal.jobs.api.inc

+ 2 - 2
tripal/api/tripal.jobs.api.inc

@@ -534,9 +534,9 @@ function tripal_get_active_jobs($modulename = NULL) {
  * Execute a specific Tripal Job.
  *
  * @param $job_id
- *          The job id to be exeuted
+ *   The job id to be exeuted.
  * @param bool $redirect [optional]
- *          Whether to redirect to the job page or not
+ *   Whether to redirect to the job page or not.
  */
 function tripal_execute_job($job_id, $redirect = TRUE) {