<div dir="ltr"><div>Hi Yuri, </div><div><br></div>please, do not change gmic copy in krita extension.<div>It will be synced with upstream releases in the future and your commits will be lost.</div><div>Please commit to upstream at <a href="http://gmic.sourceforge.net">http://gmic.sourceforge.net</a></div>
<div><br></div><div>Thanks</div><div>Lukas</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/21 Yuri Chornoivan <span dir="ltr"><<a href="mailto:yurchor@ukr.net" target="_blank">yurchor@ukr.net</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Git commit cce64b6094eb5eccb4213aa826a5e77a335af233 by Yuri Chornoivan.<br>
Committed on 21/10/2013 at 04:43.<br>
Pushed by yurchor into branch 'master'.<br>
<br>
Fix typo<br>
<br>
M  +1    -1    krita/plugins/extensions/gmic/gmic.cpp<br>
<br>
<a href="http://commits.kde.org/calligra/cce64b6094eb5eccb4213aa826a5e77a335af233" target="_blank">http://commits.kde.org/calligra/cce64b6094eb5eccb4213aa826a5e77a335af233</a><br>
<br>
diff --git a/krita/plugins/extensions/gmic/gmic.cpp b/krita/plugins/extensions/gmic/gmic.cpp<br>
index 33d41f5..ba83331 100644<br>
--- a/krita/plugins/extensions/gmic/gmic.cpp<br>
+++ b/krita/plugins/extensions/gmic/gmic.cpp<br>
@@ -1415,7 +1415,7 @@ inline unsigned int gmic_hashcode(const char *const str, const bool is_variable)<br>
   return hash&255;<br>
 }<br>
<br>
-// Tells if the the implementation of a G'MIC command contains arguments.<br>
+// Tells if the implementation of a G'MIC command contains arguments.<br>
 //------------------------------------------------------------------------<br>
 inline bool gmic_command_has_arguments(const char *const command) {<br>
   if (!command || !*command) return false;<br>
</blockquote></div><br></div>