=== modified file 'cxxtest/docs/guide.html' --- cxxtest/docs/guide.html 2006-01-16 02:36:01 +0000 +++ cxxtest/docs/guide.html 2015-03-08 13:24:02 +0000 @@ -179,7 +179,7 @@
  • If you have Qt installed, try running cxxtestgen.pl with the option --gui=QtGui. As -always, compile and link the the Qt headers and libraries. +always, compile and link the Qt headers and libraries. === modified file 'doc/extension_system.txt' --- doc/extension_system.txt 2006-01-16 02:36:01 +0000 +++ doc/extension_system.txt 2015-03-08 13:28:44 +0000 @@ -43,7 +43,7 @@ libraries should not be loaded until they are used. *Script* - A script is a type of extension that is implemented through - an external program that recieves and sets SVG data through files and + an external program that receives and sets SVG data through files and pipes. This allows Inkscape to use programs that handle SVG but are targeted differently, seemlessly inside of Inkscape. === modified file 'doc/extension_system.xml' --- doc/extension_system.xml 2006-01-16 02:36:01 +0000 +++ doc/extension_system.xml 2015-03-08 13:28:35 +0000 @@ -14,7 +14,7 @@ Extension Type - Establishes the functional interface that the Extension provides, including the types of messages it handles and what is contained in its data structures. Extension Implementation - Defines how the extension is accessed; i.e. through message passing, pipe/exec calls with commandline arguments, direct function calls, etc. Plug-in - An extension that is implemented through a loadable library. This is a .so file on Unix-like systems or a .dll on Win32. The libraries should not be loaded until they are used. - Script - A script is a type of extension that is implemented through an external program that recieves and sets SVG data through files and pipes. This allows Inkscape to use programs that handle SVG but are targeted differently, seemlessly inside of Inkscape. + Script - A script is a type of extension that is implemented through an external program that receives and sets SVG data through files and pipes. This allows Inkscape to use programs that handle SVG but are targeted differently, seemlessly inside of Inkscape. Language Binding - A special type of plug-in that wraps a scripting language interpreter such as Perl, Python, Lisp, etc. A user interested in programmatic access to Inkscape's internals via one of these languages can install (or create) the relevant Language Binding Plug-in to achieve this. INX - 'INkscape eXtension' - The filename extension used for XML metadata files that describe each Inkscape Extension. Internal Extension - A part of the Inkscape codebase which uses the extension system in order to make it more modular. This code is compiled into Inkscape, but appears as an extension to all other code in the codebase. === modified file 'share/extensions/funcplot.py' --- share/extensions/funcplot.py 2015-02-03 16:06:14 +0000 +++ share/extensions/funcplot.py 2015-03-08 13:10:57 +0000 @@ -45,7 +45,7 @@ # coords and scales based on the source rect if xstart == xend: - inkex.errormsg(_("x-interval cannot be zero. Please modify 'Start X value' or 'End X alue'")) + inkex.errormsg(_("x-interval cannot be zero. Please modify 'Start X value' or 'End X value'")) return [] scalex = width / (xend - xstart) xoff = left === modified file 'share/extensions/pathalongpath.py' --- share/extensions/pathalongpath.py 2014-03-27 01:33:44 +0000 +++ share/extensions/pathalongpath.py 2015-03-08 13:29:13 +0000 @@ -66,7 +66,7 @@ def linearize(p,tolerance=0.001): ''' - This function recieves a component of a 'cubicsuperpath' and returns two things: + This function receives a component of a 'cubicsuperpath' and returns two things: The path subdivided in many straight segments, and an array containing the length of each segment. We could work with bezier path as well, but bezier arc lengths are (re)computed for each point === modified file 'share/extensions/pathscatter.py' --- share/extensions/pathscatter.py 2014-03-27 01:33:44 +0000 +++ share/extensions/pathscatter.py 2015-03-08 13:29:04 +0000 @@ -80,7 +80,7 @@ def linearize(p,tolerance=0.001): ''' - This function recieves a component of a 'cubicsuperpath' and returns two things: + This function receives a component of a 'cubicsuperpath' and returns two things: The path subdivided in many straight segments, and an array containing the length of each segment. We could work with bezier path as well, but bezier arc lengths are (re)computed for each point @@ -203,7 +203,7 @@ def localTransformAt(self,s,follow=True): ''' - recieves a length, and returns the coresponding point and tangent of self.skelcomp + receives a length, and returns the coresponding point and tangent of self.skelcomp if follow is set to false, returns only the translation ''' i,t=self.lengthtotime(s) === modified file 'src/libcroco/cr-statement.c' --- src/libcroco/cr-statement.c 2014-03-27 01:33:44 +0000 +++ src/libcroco/cr-statement.c 2015-03-08 13:23:34 +0000 @@ -2011,7 +2011,7 @@ * cr_statement_ruleset_get_declarations: * *@a_this: the current instance of #CRStatement. - *@a_decl_list: out parameter. A pointer to the the returned + *@a_decl_list: out parameter. A pointer to the returned *list of declaration. Must not be NULL. * *Gets a pointer to the list of declaration contained === modified file 'src/live_effects/lpe-knot.cpp' --- src/live_effects/lpe-knot.cpp 2014-10-08 02:22:03 +0000 +++ src/live_effects/lpe-knot.cpp 2015-03-08 13:29:25 +0000 @@ -404,7 +404,7 @@ for (unsigned comp=0; comp