You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2014/02/02 17:26:11 UTC

[jira] [Updated] (TS-2459) two function names spelled wrongly

     [ https://issues.apache.org/jira/browse/TS-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-2459:
------------------------------

    Summary: two function names spelled wrongly  (was: two function names spell wrongly)

> two function names spelled wrongly
> ----------------------------------
>
>                 Key: TS-2459
>                 URL: https://issues.apache.org/jira/browse/TS-2459
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Configuration
>            Reporter: Yu Qing
>            Assignee: Leif Hedstrom
>             Fix For: 4.2.0
>
>         Attachments: 0001-TS-2459-two-function-names-spell-wrongly.patch
>
>
> in lib/records/I_RecCore.h and lib/records/RecCore.cc, these two functions spell wrongly:
>   int RecLinkConfigInk32(const char *name, int32_t * p_int32);
>   int RecLinkConfigInkU32(const char *name, uint32_t * p_uint32);
> "Ink" should be "Int". the renamed functions as:
>   int RecLinkConfigInt32(const char *name, int32_t * p_int32);
>   int RecLinkConfigUInt32(const char *name, uint32_t * p_uint32);



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)