[dia: 2/3] fix further "implementation" misspellings



commit 4a87477539a51de5911a68ccd49d95351978795e
Author: Tomas Pospisek <tpo_hp sourcepole ch>
Date:   Mon Dec 10 08:21:47 2018 +0100

    fix further "implementation" misspellings
    
    spotted by Eduard Nicodei - thanks a lot!

 doc/en/dia-1.xml          | 2 +-
 plug-ins/python/diasvg.py | 2 +-
 tests/test-objects.c      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/doc/en/dia-1.xml b/doc/en/dia-1.xml
index 63d3340e..5319f6b5 100644
--- a/doc/en/dia-1.xml
+++ b/doc/en/dia-1.xml
@@ -212,7 +212,7 @@
     <title>Export Formats</title>
 
     <para>The following export formats are supported by
-    <command>dia</command>. Most formats are implemnted by plug-ins so their
+    <command>dia</command>. Most formats are implemented by plug-ins so their
     availability depends on compile- and runtime-configuration.</para>
 
     <itemizedlist>
diff --git a/plug-ins/python/diasvg.py b/plug-ins/python/diasvg.py
index 2d5527f6..f8a3382c 100644
--- a/plug-ins/python/diasvg.py
+++ b/plug-ins/python/diasvg.py
@@ -19,7 +19,7 @@
 import sys, string, dia
 
 ##
-# \brief The second SvgRenderer implemntation for Dia
+# \brief The second SvgRenderer implementation for Dia
 #
 # A full blown SVG(Z) renderer. As of the initial writing less bugs in the output
 # than the Dia SVG renderer written in C. Nowadays the _SvgRenderer is on par,
diff --git a/tests/test-objects.c b/tests/test-objects.c
index 6388786a..c4f2f592 100644
--- a/tests/test-objects.c
+++ b/tests/test-objects.c
@@ -1,4 +1,4 @@
-/* test-objects.c -- Unit test for Dia object implmentations
+/* test-objects.c -- Unit test for Dia object implementations
  * Copyright (C) 2008-2014 Hans Breuer
  *
  * This program is free software; you can redistribute it and/or modify


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