Hi Yuri,

please, do not change gmic copy in krita extension.
It will be synced with upstream releases in the future and your commits
will be lost.
Please commit to upstream at http://gmic.sourceforge.net

Thanks
Lukas


2013/10/21 Yuri Chornoivan <yurc...@ukr.net>

> Git commit cce64b6094eb5eccb4213aa826a5e77a335af233 by Yuri Chornoivan.
> Committed on 21/10/2013 at 04:43.
> Pushed by yurchor into branch 'master'.
>
> Fix typo
>
> M  +1    -1    krita/plugins/extensions/gmic/gmic.cpp
>
> http://commits.kde.org/calligra/cce64b6094eb5eccb4213aa826a5e77a335af233
>
> diff --git a/krita/plugins/extensions/gmic/gmic.cpp
> b/krita/plugins/extensions/gmic/gmic.cpp
> index 33d41f5..ba83331 100644
> --- a/krita/plugins/extensions/gmic/gmic.cpp
> +++ b/krita/plugins/extensions/gmic/gmic.cpp
> @@ -1415,7 +1415,7 @@ inline unsigned int gmic_hashcode(const char *const
> str, const bool is_variable)
>    return hash&255;
>  }
>
> -// Tells if the the implementation of a G'MIC command contains arguments.
> +// Tells if the implementation of a G'MIC command contains arguments.
>  //------------------------------------------------------------------------
>  inline bool gmic_command_has_arguments(const char *const command) {
>    if (!command || !*command) return false;
>
_______________________________________________
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel

Reply via email to