[dia: 1/3] s/implm/implem/ as in implement



commit b3ed5db5d3d3e6b7b3bb747f0912e5f941f33a2b
Author: Tomas Pospisek <tpo_hp sourcepole ch>
Date:   Sat Mar 31 21:17:36 2018 +0200

    s/implm/implem/ as in implement
    
    same as commit 02e5f353

 ChangeLog.pre-git                   | 12 ++++++------
 app/textedit_tool.c                 |  2 +-
 objects/standard/standard.c         |  2 +-
 plug-ins/postscript/diapsrenderer.c |  2 +-
 tests/test-boundingbox.c            |  2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/ChangeLog.pre-git b/ChangeLog.pre-git
index c5ddc909..41a133d3 100644
--- a/ChangeLog.pre-git
+++ b/ChangeLog.pre-git
@@ -65,7 +65,7 @@
        Replaced some leaking, superfluous heap allocations with stack allocs.
 
        * lib/diarenderer.c(get_text_width) : complain if the derived renderer
-       does not implment the method and does not maintian DiaRenderer::font.
+       does not implement the method and does not maintian DiaRenderer::font.
        * plug-ins/cairo/diacairo-renderer.c : actually maintain the font field
        to make text cursor position calculation work, part of bug #576548
 
@@ -164,7 +164,7 @@
 
        * plug-ins/python/diastddia.py : almost finished, a bug left in Arc's 
        curve_distance calculation. Implemented the insane load/save property
-       name mapping - bug #576468, implmented draw_text and draw_arc. Some 
+       name mapping - bug #576468, implemented draw_text and draw_arc. Some 
        comments on bezier related file format weakness.
        Write some paper info; convert strings before writing to avoid 
        invalid XML (text and filename)
@@ -1740,7 +1740,7 @@
        (toolbox visible) properties were overwritten although not set
        
        * plug-ins/cairo/diacairo-interactive.c : draw_pixel_line and 
-       draw_pixel_rect implmented with cairo rather than GDK makes the
+       draw_pixel_rect implemented with cairo rather than GDK makes the
        line style of the grid visible again
 
        * app/menus.c(plugin_callback) : was using ddisp unconditionally 
@@ -3324,7 +3324,7 @@
        Dia's Shape/SVG consumption. Fixes bug #316590
        
        * lib/dia_svg.[ch](dia_svg_parse_style) : allow to pass in user_scale   
-       * plug-ins/svg/svg-import.c : implment some unit awareness and use it 
+       * plug-ins/svg/svg-import.c : implement some unit awareness and use it 
        to scale the input to Dia's internal cm. Adapt the user_scale with the
        viewBox as explained above. This not only gives almost correct 
        round-trip with Dia's own SVG writing, but also works better for the
@@ -4351,7 +4351,7 @@
 
        [ two more steps slowly fixing issues from bug #340352 ]
        * plug-ins/python/diamodule.c : instead of breaking compatibility with
-       former PyDia plug-ins reimplmented dia.register_calback() by mapping
+       former PyDia plug-ins reimplemented dia.register_calback() by mapping
        to the GtkAction framework (it is not yet possible again to create 
        new menus, only adding menuitems to existing menus)
        * plug-ins/python/select_by.py : restored menuitems to shorter form
@@ -7063,7 +7063,7 @@
        * lib/widget.c : variable declarations need to be at the start of a block,
        at least as we are not using C++ or C99
 
-       * plug-ins/python/pydia-property.c : implment the read part for Property
+       * plug-ins/python/pydia-property.c : implement the read part for Property
        arrays - aka. umlclass.properties["operations"], umlclass.properties["attributes"]
        They are working quite well as can be seen with export-object.py
 
diff --git a/app/textedit_tool.c b/app/textedit_tool.c
index 657f382d..55ed0f27 100644
--- a/app/textedit_tool.c
+++ b/app/textedit_tool.c
@@ -125,7 +125,7 @@ static void
 textedit_double_click(TexteditTool *tool, GdkEventButton *event,
                      DDisplay *ddisp)
 {
-  /* if we implment text selection this should select a word */
+  /* if we implement text selection this should select a word */
 }
 
 Tool *
diff --git a/objects/standard/standard.c b/objects/standard/standard.c
index ea75b974..837cd9e7 100644
--- a/objects/standard/standard.c
+++ b/objects/standard/standard.c
@@ -32,7 +32,7 @@
 \ingroup Objects
 
 The minimal set of objects available to Dia is defined in the directory objects/standard.
-Although implmented as a plug-in Dia wont start without it being loaded.
+Although implemented as a plug-in Dia wont start without it being loaded.
 These objects are not only referenced directly in the toolbox and application menu,
 but they also are required for most of Dia's diagram importers.
 */
diff --git a/plug-ins/postscript/diapsrenderer.c b/plug-ins/postscript/diapsrenderer.c
index e442f247..427c5283 100644
--- a/plug-ins/postscript/diapsrenderer.c
+++ b/plug-ins/postscript/diapsrenderer.c
@@ -95,7 +95,7 @@ begin_render(DiaRenderer *self, const Rectangle *update)
           renderer->is_portrait ? "Portrait" : "Landscape");
 
   if (renderer_is_epsi(renderer)) {
-    g_assert(!"Preview image not implmented");
+    g_assert(!"Preview image not implemented");
     /* but it *may* belong here ... */
   }
   if (renderer_is_eps(renderer))
diff --git a/tests/test-boundingbox.c b/tests/test-boundingbox.c
index f542e590..084f9e8e 100644
--- a/tests/test-boundingbox.c
+++ b/tests/test-boundingbox.c
@@ -31,7 +31,7 @@
 #include "dialib.h"
 
 /*
- * To test DiaObject bounding boxes a nice approach would be to implment a BoundingboxRenderer
+ * To test DiaObject bounding boxes a nice approach would be to implement a BoundingboxRenderer
  * which uses it's state while rendering objects via DiaObject::draw () to compare the bounding got
  * dia_object_get_bounding_box (). For this to be integrated with test-objects.c it is kind of required
  * that the bounding box primitives are working ...


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]