Skip to content

Commit

Permalink
web: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Sep 3, 2015
1 parent 0156b38 commit 5232ca4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/pages/mxq/mxq.in
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ job_priority : $o{job_priority}
group_id : $link_group_id
job_workdir : $o{job_workdir}
job_argc ; $o{job_argc}
job_argv ; $argv
job_argc : $o{job_argc}
job_argv : $argv
job_stdout : $o{job_stdout}
job_stderr : $o{job_stderr}
job_umask: : $job_umask_text
Expand All @@ -351,9 +351,9 @@ job_id_first : $o{job_id_first}
stats_status : $o{stats_status}
stats_utim_sec : $o{stats_utime_sec}
stats_utime_sec : $o{stats_utime_sec}
stats_utime_usec : $o{stats_utime_usec}
stats_stim_sec : $o{stats_stime_sec}
stats_stime_sec : $o{stats_stime_sec}
stats_stime_usec : $o{stats_stime_usec}
stats_real_sec : $o{stats_real_sec}
stats_real_usec : $o{stats_real_usec}
Expand Down

0 comments on commit 5232ca4

Please sign in to comment.