Skip to content

Commit

Permalink
Fixes typo: s/nsecs/msecs/g
Browse files Browse the repository at this point in the history
git-svn-id: svn://cherokee-project.com/cherokee/trunk@6288 5dc97367-97f1-0310-9951-d761b3857238
  • Loading branch information
alobbs committed Feb 12, 2011
1 parent 7dc811d commit a556d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cherokee/logger_custom.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ add_time_secs (cherokee_template_t *template,
}

static ret_t
add_time_nsecs (cherokee_template_t *template,
add_time_msecs (cherokee_template_t *template,
cherokee_template_token_t *token,
cherokee_buffer_t *output,
void *param)
Expand Down Expand Up @@ -502,7 +502,7 @@ _set_template (cherokee_logger_custom_t *logger,
{"status", add_status},
{"now", add_now},
{"time_secs", add_time_secs},
{"time_nsecs", add_time_nsecs},
{"time_msecs", add_time_msecs},
{"user_remote", add_user_remote},
{"request", add_request},
{"request_original", add_request_original},
Expand Down

0 comments on commit a556d61

Please sign in to comment.