• [gentoo-dev] [PATCH 1/5] cargo.eclass: fix typos

    From Arthur Zamarin@21:1/5 to All on Sat Mar 8 15:10:02 2025
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
    ---
    eclass/cargo.eclass | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
    index 25a2127f639..909321c355b 100644
    --- a/eclass/cargo.eclass
    +++ b/eclass/cargo.eclass
    @@ -181,7 +181,7 @@ ECARGO_VENDOR="${ECARGO_HOME}/gentoo"
    # functions will be exported.
    #
    # If you enable CARGO_OPTIONAL call at least cargo_gen_config manually
    -# before using other src_functions or cargo_env of this eclass.
    +# before using other src_* functions or cargo_env of this eclass.
    # Note that cargo_gen_config is automatically called by cargo_src_unpack.

    # @ECLASS_VARIABLE: myfeatures
    @@ -779,7 +779,7 @@ cargo_src_compile() {
    # @FUNCTION: cargo_src_install
    # @DESCRIPTION:
    # Installs the binaries generated by cargo.
    -# In come cases workspaces need an alternative --path parameter.
    +# In some cases workspaces need an alternative --path parameter.
    # Defaults to '--path ./' if no path is specified.
    # '--path ./somedir' can be passed directly to