src/cx/array_list.h

changeset 612
820ee59121b4
parent 610
de5d3ee6435f
child 617
cec11387c1be
     1.1 --- a/src/cx/array_list.h	Thu Nov 17 18:25:40 2022 +0100
     1.2 +++ b/src/cx/array_list.h	Thu Nov 17 18:29:59 2022 +0100
     1.3 @@ -91,7 +91,7 @@
     1.4  /**
     1.5   * Return codes for cx_array_copy().
     1.6   */
     1.7 -enum cx_array_coppy_result {
     1.8 +enum cx_array_copy_result {
     1.9      CX_ARRAY_COPY_SUCCESS,
    1.10      CX_ARRAY_COPY_REALLOC_NOT_SUPPORTED,
    1.11      CX_ARRAY_COPY_REALLOC_FAILED,
    1.12 @@ -121,7 +121,7 @@
    1.13   * if re-allocation shall not happen
    1.14   * @return zero on success, non-zero error code on failure
    1.15   */
    1.16 -enum cx_array_coppy_result cx_array_copy(
    1.17 +enum cx_array_copy_result cx_array_copy(
    1.18          void **target,
    1.19          size_t *size,
    1.20          size_t *capacity,

mercurial