Fixing some spelling issues
authorCarsten Schoenert <c.schoenert@t-online.de>
Fri, 9 Sep 2016 09:12:02 +0000 (11:12 +0200)
committerCarsten Schoenert <c.schoenert@t-online.de>
Wed, 25 Jan 2017 21:38:35 +0000 (21:38 +0000)
Lintian has found some spelling issues which are not pushed upstream for
release 4.x.

Gbp-Pq: Topic fixes
Gbp-Pq: Name Fixing-some-spelling-issues.patch

50 files changed:
Documentation/changelogs/CHANGELOG-2008.txt
Documentation/changelogs/CHANGELOG-2009.txt
common/draw_panel.cpp
common/fpid.cpp
common/kiway_player.cpp
common/page_layout/page_layout_reader.cpp
common/pgm_base.cpp
doc/src/eeschema/eeschema_component_library_editor.adoc
eeschema/dialogs/dialog_eeschema_config_fbp.cpp
eeschema/dialogs/dialog_eeschema_config_fbp.fbp
eeschema/dialogs/dialog_print_using_printer.cpp
eeschema/edit_label.cpp
eeschema/erc.cpp
eeschema/erc.h
eeschema/pinedit.cpp
eeschema/sch_base_frame.h
eeschema/sch_screen.cpp
eeschema/schframe.h
eeschema/viewlib_frame.cpp
gerbview/gerbview_frame.h
include/class_bitmap_base.h
include/class_drawpanel.h
include/class_undoredo_container.h
include/dsnlexer.h
include/gal/opengl/glm/ext.hpp
include/gal/opengl/glm/gtc/matrix_transform.hpp
include/gal/opengl/glm/gtc/random.hpp
pagelayout_editor/pl_editor_frame.h
pcbnew/class_board.cpp
pcbnew/connect.cpp
pcbnew/connect.h
pcbnew/dialogs/dialog_copper_zones_base.cpp
pcbnew/dialogs/dialog_copper_zones_base.fbp
pcbnew/dialogs/dialog_design_rules.cpp
pcbnew/dialogs/dialog_export_vrml.cpp
pcbnew/dialogs/dialog_freeroute_exchange_help.html
pcbnew/dialogs/dialog_gendrill_base.cpp
pcbnew/dialogs/dialog_gendrill_base.fbp
pcbnew/dialogs/dialog_keepout_area_properties_base.cpp
pcbnew/dialogs/dialog_keepout_area_properties_base.fbp
pcbnew/dialogs/dialog_non_copper_zones_properties_base.cpp
pcbnew/dialogs/dialog_non_copper_zones_properties_base.fbp
pcbnew/dialogs/wizard_3DShape_Libs_downloader.cpp
pcbnew/drc_clearance_test_functions.cpp
pcbnew/onrightclick.cpp
pcbnew/plot_board_layers.cpp
pcbnew/ratsnest.cpp
pcbnew/zones_by_polygon.cpp
pcbnew/zones_functions_for_undo_redo.cpp
pcbnew/zones_test_and_combine_areas.cpp

index d2105857948a604533553ab46d48c9d1a937b7a8..c19727d426f51f6dde85000f9f35fc91b4bf1109 100644 (file)
@@ -1128,7 +1128,7 @@ removed: (common/infospgm.cpp) is no longer needed
     When a sheet is deleted by block delete. it is put in undo list.
     It is really deleted after 10 changes (when the undo list is full).
     At this time, the associated data is also deleted.
-    If an other (not deleted) sheet shares the same data, this data is lost.
+    If another (not deleted) sheet shares the same data, this data is lost.
     Need work to solve this problem and keep the undo/redo feature.
 
 
index fbdae4fbac31f7f8d77ddd317d61d61f0b29343f..d58d79ff65252e0a21e3ea32f93d4dd64b9602f7 100644 (file)
@@ -281,7 +281,7 @@ Component library object and other minor improvements.
     Speed up ZONE_CONTAINER::Copy method
     Speed up NETINFO_ITEM* BOARD::FindNet( const wxString& aNetname ) by using afast binary search
     Switch to kbool V2.1. This version solves others problems in zones calculations.
-    Adding an other way to generate thermal shape; DO NOT USE: this is for kbool tests only
+    Adding another way to generate thermal shape; DO NOT USE: this is for kbool tests only
     (I am thinking some bugs are remaining, so i am always working on kbool tests.
     Klaas Olwerda is supporting me)
 
index 3bd1103a1fb178b1566de3e6462ac09cf1a2f6cb..98fd28241c90e5ebeec8c5210f1daefa296099ab 100644 (file)
@@ -124,7 +124,7 @@ EDA_DRAW_PANEL::EDA_DRAW_PANEL( EDA_DRAW_FRAME* parent, int id,
     m_ignoreMouseEvents = false;
     // Be sure a mouse release button event will be ignored when creating the canvas
     // if the mouse click was not made inside the canvas (can happen sometimes, when
-    // launching an editor from a double click made in an other frame)
+    // launching an editor from a double click made in another frame)
     m_ignoreNextLeftButtonRelease = true;
 
     m_mouseCaptureCallback = NULL;
index ba70c67ddebe23524e320fac540efb0a68a88525..c410bbd4c8f6c409cd65489aed28ba6a9e672198 100644 (file)
@@ -167,7 +167,7 @@ int FPID::Parse( const UTF8& aId )
 
     // Be sure the footprint name is valid.
     // Some chars can be found in board file (in old board files
-    // or converted files from an other EDA tool
+    // or converted files from another EDA tool
     std::string fpname = aId.substr( partNdx, revNdx-partNdx );
     ReplaceIllegalFileNameChars( &fpname, '_' );
     SetFootprintName( UTF8( fpname ) );
index a33acc1bb4de218c5e819b3c059a72001602c5de..d6fc5ae5902c1c9cfd48323566fea70583142595 100644 (file)
@@ -111,7 +111,7 @@ bool KIWAY_PLAYER::ShowModal( wxString* aResult, wxWindow* aResultantFocusWindow
         // We do not want to disable top level windows which are child of the modal one,
         // if they are enabled.
         // An example is an aui toolbar which was moved
-        // or a dialog or an other frame or miniframe opened by the modal one.
+        // or a dialog or another frame or miniframe opened by the modal one.
         wxWindowList wlist = GetChildren();
         std::vector<wxWindow*> enabledTopLevelWindows;
 
index a282989a488c85f355dc94b5c6e634fc74f47d50..82343b258a784edbf7289f9491feba2db9d9d554 100644 (file)
@@ -488,7 +488,7 @@ void PAGE_LAYOUT_READER_PARSER::parseGraphic( WORKSHEET_DATAITEM * aItem )
             token = NextTok();
         else
         {
-            // If an other token than T_LEFT is read here, this is an error
+            // If another token than T_LEFT is read here, this is an error
             // however, due to a old bug in kicad, the token T_end can be found
             // without T_LEFT in a very few .wks files (perhaps only one in a demo).
             // So this ugly hack disables the error detection.
index 07286334ffc6075958cdd3552c35826865ce937f..e4894380af4d708ff76750f3b1e751c446f91dbe 100644 (file)
@@ -669,7 +669,7 @@ bool PGM_BASE::SetLanguage( bool first_time )
 
     if( !first_time )
     {
-        // If we are here, the user has selected an other language.
+        // If we are here, the user has selected another language.
         // Therefore the new prefered language name is stored in common config.
         // Do NOT store the wxWidgets language Id, it can change between wxWidgets
         // versions, for a given language
index 29312a91deb4acd6187b3857a656a9894069e1ad..4b76668ec3ff92047f6cfeb1d108f182e311ffc8 100644 (file)
@@ -406,7 +406,7 @@ existing component.
   image:images/icons/save_part_in_mem.png[icons/save_part_in_mem_png]
   or save to a new library by clicking the 
   image:images/icons/new_library.png[icons/new_library_png]
-  or if you want to save this new component in an other existing
+  or if you want to save this new component in another existing
   library select the other library by clicking on the
   image:images/icons/library.png[icons/library_png]
   and save the new component.
index 5ac72bcc8ca624d2d72b3cb91f6b2a937cd1b8ad..c803aa57ea4b2f677cc6c08157525372bb449191 100644 (file)
@@ -27,7 +27,7 @@ DIALOG_EESCHEMA_CONFIG_FBP::DIALOG_EESCHEMA_CONFIG_FBP( wxWindow* parent, wxWind
        bSizerLibsChoice = new wxBoxSizer( wxHORIZONTAL );
        
        m_ListLibr = new wxListBox( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0, NULL, wxLB_EXTENDED|wxLB_HSCROLL|wxLB_NEEDED_SB|wxLB_SINGLE ); 
-       m_ListLibr->SetToolTip( _("List of active library files.\nOnly library files in this list are loaded by Eeschema.\nThe order of this list is important:\nEeschema searchs for a given component using this list order priority.") );
+       m_ListLibr->SetToolTip( _("List of active library files.\nOnly library files in this list are loaded by Eeschema.\nThe order of this list is important:\nEeschema searches for a given component using this list order priority.") );
        m_ListLibr->SetMinSize( wxSize( 400,250 ) );
        
        bSizerLibsChoice->Add( m_ListLibr, 1, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
index 72fcc43038e7da32cb71b13c5ddc403554f0b7ca..2abdd170d96e8d65f3e0d55e52766fdea25ab2f1 100644 (file)
                                         <property name="style">wxLB_EXTENDED|wxLB_HSCROLL|wxLB_NEEDED_SB|wxLB_SINGLE</property>
                                         <property name="subclass"></property>
                                         <property name="toolbar_pane">0</property>
-                                        <property name="tooltip">List of active library files.&#x0A;Only library files in this list are loaded by Eeschema.&#x0A;The order of this list is important:&#x0A;Eeschema searchs for a given component using this list order priority.</property>
+                                        <property name="tooltip">List of active library files.&#x0A;Only library files in this list are loaded by Eeschema.&#x0A;The order of this list is important:&#x0A;Eeschema searches for a given component using this list order priority.</property>
                                         <property name="validator_data_type"></property>
                                         <property name="validator_style">wxFILTER_NONE</property>
                                         <property name="validator_type">wxDefaultValidator</property>
index 09257bda8c28643cf97d71ac839b980d3a4b534e..874a6d48ed9a4389ff8b69514f59c92cf67f2ef5 100644 (file)
@@ -272,7 +272,7 @@ void DIALOG_PRINT_USING_PRINTER::OnPrintPreview( wxCommandEvent& event )
 
     // We use here wxPreviewFrame_WindowModal option to make the wxPrintPreview frame
     // modal for its caller only.
-    // An other reason is the fact when closing the frame without this option,
+    // another reason is the fact when closing the frame without this option,
     // all top level frames are reenabled.
     // With this option, only the parent is reenabled.
     // Reenabling all top level frames should be made by the parent dialog.
@@ -439,7 +439,7 @@ void SCH_PRINTOUT::DrawPage( SCH_SCREEN* aScreen )
 
     // For an obscure reason, OffsetLogicalOrigin creates issues,
     // under some circumstances, when yoffset is not always null
-    // and changes from a page to an other page
+    // and changes from a page to another page
     // This is only a workaround, not a fix
     // see https://bugs.launchpad.net/kicad/+bug/1464773
     // xoffset does not create issues.
index 2be1d87b169c5d219554bec96acac48eb1a92d4a..060db3bc3c36b25c9e0e4db4446640f1c907aab7 100644 (file)
@@ -131,7 +131,7 @@ SCH_TEXT* SCH_EDIT_FRAME::CreateNewText( wxDC* aDC, int aType )
 
 
 /*
- * OnConvertTextType is a command event handler to change a text type to an other one.
+ * OnConvertTextType is a command event handler to change a text type to another one.
  * The new text, label, hierarchical label, or global label is created from the old text
  * The old text is deleted.
  * A tricky case is when the 'old" text is being edited (i.e. moving)
index 099249cf600c078231c08268dc49fcd1dcca53eb..0ae9c5c2b82b0e3cabf26a698ef84b4564c03a3a 100644 (file)
@@ -405,7 +405,7 @@ void TestOthersItems( NETLIST_OBJECT_LIST* aList,
                 {
                     /* This pin is not connected: for multiple part per
                      * package, and duplicated pin,
-                     * search for an other instance of this pin
+                     * search for another instance of this pin
                      * this will be flagged only if all instances of this pin
                      * are not connected
                      * TODO test also if instances connected are connected to
@@ -430,7 +430,7 @@ void TestOthersItems( NETLIST_OBJECT_LIST* aList,
                             continue;
 
                         // Same component and same pin. Do dot create error for this pin
-                        // if the other pin is connected (i.e. if duplicate net has an other
+                        // if the other pin is connected (i.e. if duplicate net has another
                         // item)
                         if( (duplicate > 0)
                           && ( aList->GetItemNet( duplicate ) ==
index 708fb6a4d03c960f7316976955282c63de95ad1f..8654b487cd40651ef38a187d3f615fe1f99d2d70 100644 (file)
@@ -53,8 +53,8 @@ extern const wxString CommentERC_V[];
 #define ERCE_DUPLICATE_SHEET_NAME 1    // duplicate sheet names within a given sheet
 #define ERCE_PIN_NOT_CONNECTED    2    // pin not connected and not no connect symbol
 #define ERCE_PIN_NOT_DRIVEN       3    // pin connected to some others pins but no pin to drive it
-#define ERCE_PIN_TO_PIN_WARNING   4    // pin connected to an other pin: warning level
-#define ERCE_PIN_TO_PIN_ERROR     5    // pin connected to an other pin: error level
+#define ERCE_PIN_TO_PIN_WARNING   4    // pin connected to another pin: warning level
+#define ERCE_PIN_TO_PIN_ERROR     5    // pin connected to another pin: error level
 #define ERCE_HIERACHICAL_LABEL    6    // mismatch between hierarchical labels and pins sheets
 #define ERCE_NOCONNECT_CONNECTED  7    // a no connect symbol is connected to more than 1 pin
 #define ERCE_GLOBLABEL            8    // global label not connected to any other global label
index 1b44172fe07f96b2d1e43aacb3e5a186976a373d..96a9c104e71aa08f1db34a1b01a81c6d9d4d44a9 100644 (file)
@@ -236,7 +236,7 @@ void LIB_EDIT_FRAME::PlacePin()
 
     LIB_PART*      part = GetCurPart();
 
-    // Test for an other pin in same new position:
+    // Test for another pin in same new position:
     for( LIB_PIN* pin = part->GetNextPin();  pin;  pin = part->GetNextPin( pin ) )
     {
         if( pin == cur_pin || newpos != pin->GetPosition() || pin->GetFlags() )
index c99e1a603efdb417bfdad282885a76aa0a037865..1ff78e35ac545aac6dad3a3a6e4f89978e3e0f45 100644 (file)
@@ -169,7 +169,7 @@ protected:
      * Function OnOpenLibraryViewer
      * Open the library viewer only to browse library contents.
      * If the viewed is already opened from this, raise the viewer
-     * If the viewed is already opened from an other window, close it and reopen
+     * If the viewed is already opened from another window, close it and reopen
      */
     void OnOpenLibraryViewer( wxCommandEvent& event );
 
index c2f8201979467e0c96db8dfbcd1a6bcee15cecea..b6f052e377cd1f076c94e1d700f5c7ba2ae90b20 100644 (file)
@@ -825,7 +825,7 @@ void SCH_SCREEN::SelectBlockItems()
                 // this selected wire has no ends in block.
                 // But it was selected (because it intersects the selecting area),
                 // so we must keep it selected and select items connected to it
-                // Note: an other option could be: remove it from drag list
+                // Note: another option could be: remove it from drag list
                 item->SetFlags( SELECTED | SKIP_STRUCT );
                 std::vector< wxPoint > connections;
                 item->GetConnectionPoints( connections );
@@ -1227,7 +1227,7 @@ int SCH_SCREEN::GetConnection( const wxPoint& aPosition, PICKED_ITEMS_LIST& aLis
 
             // when tmp != NULL, segment is a new candidate:
             // put it in deleted list if
-            // the start point is not connected to an other item (like pin)
+            // the start point is not connected to another item (like pin)
             if( tmp && !CountConnectedItems( segment->GetStartPoint(), true ) )
                 noconnect = true;
 
@@ -1251,7 +1251,7 @@ int SCH_SCREEN::GetConnection( const wxPoint& aPosition, PICKED_ITEMS_LIST& aLis
 
             // when tmp != NULL, segment is a new candidate:
             // put it in deleted list if
-            // the end point is not connected to an other item (like pin)
+            // the end point is not connected to another item (like pin)
             if( tmp && !CountConnectedItems( segment->GetEndPoint(), true ) )
                 noconnect = true;
 
index 0db8ea8224e44aca037e88083c31b8f7de60e68b..693331a56fa392ff306792556585debcd3c4798d 100644 (file)
@@ -903,7 +903,7 @@ private:
 
     /**
      * Function OnCovertTextType
-     * is a command event handler to change a text type to an other one.  The new text,
+     * is a command event handler to change a text type to another one.  The new text,
      * label, hierarchical label, or global label is created from the old text and the
      * old text is deleted.
      */
@@ -913,7 +913,7 @@ private:
      * Function BeginSegment
      * creates a new segment ( WIRE, BUS ) or terminates the current segment in progress.
      *
-     * If the end of the current segment is on an other segment, place a junction if needed
+     * If the end of the current segment is on another segment, place a junction if needed
      * and terminates the command.  If the end of the current segment is on a pin, terminate
      * the command.  In all other cases starts a new segment.
      */
index ddcefa97543577eb15116a0cf19f97b01e07583f..ed13bfaa92682fa6cff27379cda886afae9beb3f 100644 (file)
@@ -443,7 +443,7 @@ void LIB_VIEW_FRAME::SetSelectedLibrary( const wxString& aLibraryName )
 
     // Ensure the corresponding line in m_libList is selected
     // (which is not necessary the case if SetSelectedLibrary is called
-    // by an other caller than ClickOnLibList.
+    // by another caller than ClickOnLibList.
     m_libList->SetStringSelection( m_libraryName, true );
 }
 
index 383ab544fc1c8d40f39b7d3863d3b90e1498cff9..4675b2ba26439800292380d40ba4af4df82a3483 100644 (file)
@@ -355,7 +355,7 @@ public:
     /**
      * Function GetNegativeItemsColor
      * @return the color of negative items.
-     * This is usually the background color, but can be an other color
+     * This is usually the background color, but can be another color
      * in order to see negative objects
      */
     EDA_COLOR_T GetNegativeItemsColor() const;
index 53c5b835ce71d3bf4cdc68883b0041f1735aee9e..9fe28e9f9695159cbee15dd341321af3c2cd84b9 100644 (file)
@@ -35,7 +35,7 @@ class PLOTTER;
 
 /**
  * This class handle bitmap images in KiCad.
- * It is not intended to be used alone, but inside an other class,
+ * It is not intended to be used alone, but inside another class,
  * so all methods are protected ( or private )
  * It is used in SCH_BITMAP class and WS_DRAW_ITEM_BITMAP (and other in future)
  *
index 14ad10420cb076364b6d1d89c0c6e5f7fba302fa..5f71a04188574a8fb1e7f2318a8d1473ec7f3452 100644 (file)
@@ -113,7 +113,7 @@ private:
     END_MOUSE_CAPTURE_CALLBACK m_endMouseCaptureCallback;
 
     /// useful to avoid false start block in certain cases
-    /// (like switch from a sheet to an other sheet
+    /// (like switch from a sheet to another sheet
     /// >= 0 (or >= n) if a block can start
     int     m_canStartBlock;
 
index 13c9e85b23839dabe8a32d43e52a8546fd59f9a4..f3473dbfb7803b14cded88905c6b86379e73819e 100644 (file)
@@ -89,7 +89,7 @@ private:
                                         * edited item. */
     KICAD_T        m_pickedItemType;   /* type of schematic or board item that is concerned */
 
-    EDA_ITEM*      m_link;             /* Pointer on an other item. Used in undo redo command
+    EDA_ITEM*      m_link;             /* Pointer on another item. Used in undo redo command
                                         * used when a duplicate exists i.e. when an item is
                                         * modified, and the copy of initial item exists (the
                                         * duplicate) m_Item points the duplicate (i.e the old
index ded81c7552368a0ed23016aefb028eb814c30a1f..33bbc43d63f2a5c6c074b269898bc96d482edc23 100644 (file)
@@ -219,7 +219,7 @@ public:
      * Useable only for DSN lexers which share the same LINE_READER
      * Synchronizes the pointers handling the data read by the LINE_READER
      * Allows 2 DNSLEXER to share the same current line, when switching from a
-     * DNSLEXER to an other DNSLEXER
+     * DNSLEXER to another DNSLEXER
      * @param aLexer = the model
      * @return true if the sync can be made ( at least the same line reader )
      */
index 9ef0c92732f017c9d7cc118391cbffd82c18888e..2068e43f08b1f3f8203b28c6e794566a5a233de5 100644 (file)
@@ -60,7 +60,7 @@
 
 #if(defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_EXT_INCLUDED_DISPLAYED))
 #      define GLM_MESSAGE_EXT_INCLUDED_DISPLAYED
-#      pragma message("GLM: All extensions included (not recommanded)")
+#      pragma message("GLM: All extensions included (not recommended)")
 #endif//GLM_MESSAGES
 
 #include "./gtc/constants.hpp"
index 020c6dd992da32722a04231366375fe2a09b74a2..3fc55c95575e1131f74eceeb89c0955d092b5526 100644 (file)
@@ -62,7 +62,7 @@ namespace glm
        /// 
        /// @param m Input matrix multiplied by this translation matrix.
        /// @param v Coordinates of a translation vector.
-       /// @tparam T Value type used to build the matrix. Currently supported: half (not recommanded), float or double.
+       /// @tparam T Value type used to build the matrix. Currently supported: half (not recommended), float or double.
        /// @code
        /// #include <glm/glm.hpp>
        /// #include <glm/gtc/matrix_transform.hpp>
@@ -87,7 +87,7 @@ namespace glm
        /// 
        /// @param m Input matrix multiplied by this rotation matrix.
        /// @param angle Rotation angle expressed in radians if GLM_FORCE_RADIANS is define or degrees otherwise.
-       /// @param axis Rotation axis, recommanded to be normalized.
+       /// @param axis Rotation axis, recommended to be normalized.
        /// @tparam T Value type used to build the matrix. Supported: half, float or double.
        /// @see gtc_matrix_transform
        /// @see gtx_transform
@@ -104,7 +104,7 @@ namespace glm
        /// 
        /// @param m Input matrix multiplied by this scale matrix.
        /// @param v Ratio of scaling for each axis.
-       /// @tparam T Value type used to build the matrix. Currently supported: half (not recommanded), float or double.
+       /// @tparam T Value type used to build the matrix. Currently supported: half (not recommended), float or double.
        /// @see gtc_matrix_transform
        /// @see gtx_transform
        /// @see - scale(T x, T y, T z) scale(T const & x, T const & y, T const & z)
@@ -123,7 +123,7 @@ namespace glm
        /// @param top 
        /// @param zNear 
        /// @param zFar 
-       /// @tparam T Value type used to build the matrix. Currently supported: half (not recommanded), float or double.
+       /// @tparam T Value type used to build the matrix. Currently supported: half (not recommended), float or double.
        /// @see gtc_matrix_transform
        /// @see - glm::ortho(T const & left, T const & right, T const & bottom, T const & top)
        template <typename T> 
@@ -141,7 +141,7 @@ namespace glm
        /// @param right 
        /// @param bottom 
        /// @param top 
-       /// @tparam T Value type used to build the matrix. Currently supported: half (not recommanded), float or double.
+       /// @tparam T Value type used to build the matrix. Currently supported: half (not recommended), float or double.
        /// @see gtc_matrix_transform
     /// @see - glm::ortho(T const & left, T const & right, T const & bottom, T const & top, T const & zNear, T const & zFar)
        template <typename T> 
@@ -159,7 +159,7 @@ namespace glm
        /// @param top 
        /// @param near 
        /// @param far 
-       /// @tparam T Value type used to build the matrix. Currently supported: half (not recommanded), float or double.
+       /// @tparam T Value type used to build the matrix. Currently supported: half (not recommended), float or double.
        /// @see gtc_matrix_transform
        template <typename T> 
        detail::tmat4x4<T> frustum(
@@ -176,7 +176,7 @@ namespace glm
        /// @param aspect 
        /// @param near 
        /// @param far 
-       /// @tparam T Value type used to build the matrix. Currently supported: half (not recommanded), float or double.
+       /// @tparam T Value type used to build the matrix. Currently supported: half (not recommended), float or double.
        /// @see gtc_matrix_transform
        template <typename T> 
        detail::tmat4x4<T> perspective(
@@ -192,7 +192,7 @@ namespace glm
        /// @param height 
        /// @param near 
        /// @param far 
-       /// @tparam T Value type used to build the matrix. Currently supported: half (not recommanded), float or double.
+       /// @tparam T Value type used to build the matrix. Currently supported: half (not recommended), float or double.
        /// @see gtc_matrix_transform
        template <typename valType> 
        detail::tmat4x4<valType> perspectiveFov(
@@ -207,7 +207,7 @@ namespace glm
        /// @param fovy Expressed in radians if GLM_FORCE_RADIANS is define or degrees otherwise.
        /// @param aspect 
        /// @param near 
-       /// @tparam T Value type used to build the matrix. Currently supported: half (not recommanded), float or double.
+       /// @tparam T Value type used to build the matrix. Currently supported: half (not recommended), float or double.
        /// @see gtc_matrix_transform
     template <typename T> 
        detail::tmat4x4<T> infinitePerspective(
@@ -218,7 +218,7 @@ namespace glm
        /// @param fovy Expressed in radians if GLM_FORCE_RADIANS is define or degrees otherwise.
        /// @param aspect 
        /// @param near 
-       /// @tparam T Value type used to build the matrix. Currently supported: half (not recommanded), float or double.
+       /// @tparam T Value type used to build the matrix. Currently supported: half (not recommended), float or double.
        /// @see gtc_matrix_transform
     template <typename T> 
        detail::tmat4x4<T> tweakedInfinitePerspective(
@@ -230,7 +230,7 @@ namespace glm
        /// @param model 
        /// @param proj
        /// @param viewport 
-       /// @tparam T Native type used for the computation. Currently supported: half (not recommanded), float or double.
+       /// @tparam T Native type used for the computation. Currently supported: half (not recommended), float or double.
        /// @tparam U Currently supported: Floating-point types and integer types.
        /// @see gtc_matrix_transform
        template <typename T, typename U> 
@@ -246,7 +246,7 @@ namespace glm
        /// @param model 
        /// @param proj
        /// @param viewport 
-       /// @tparam T Native type used for the computation. Currently supported: half (not recommanded), float or double.
+       /// @tparam T Native type used for the computation. Currently supported: half (not recommended), float or double.
        /// @tparam U Currently supported: Floating-point types and integer types.
        /// @see gtc_matrix_transform
        template <typename T, typename U> 
@@ -261,7 +261,7 @@ namespace glm
        /// @param center 
        /// @param delta 
        /// @param viewport
-       /// @tparam T Native type used for the computation. Currently supported: half (not recommanded), float or double.
+       /// @tparam T Native type used for the computation. Currently supported: half (not recommended), float or double.
        /// @tparam U Currently supported: Floating-point types and integer types.
        /// @see gtc_matrix_transform
        template <typename T, typename U> 
index 3cda59c7633e4181dee970f8d3c8a342c6f48e97..98d9b56484cc06d45411458c4b2287bcb6075d0a 100644 (file)
@@ -57,7 +57,7 @@ namespace glm
        /// 
        /// @param Min 
        /// @param Max 
-       /// @tparam genType Value type. Currently supported: half (not recommanded), float or double scalars and vectors.
+       /// @tparam genType Value type. Currently supported: half (not recommended), float or double scalars and vectors.
        /// @see gtc_random
        template <typename genType> 
        genType linearRand(
index ba3b7aebe11fdf4eb7926850de4edc8f16f95eb4..e278d998046be8e1ea0c932d51ba2f43f298f76c 100644 (file)
@@ -177,7 +177,7 @@ public:
 
     /**
      * Page layout editor can show the title block using a page number
-     * 1 or an other number.
+     * 1 or another number.
      * This is because some items can be shown (or not) only on page 1
      * (a feature  which look like word processing option
      * "page 1 differs from other pages".
index a9090500ea1def1b350e07d76ee079b1c7914f60..fb64b067d3b7fba89d86a6c5603b6a75f7723755 100644 (file)
@@ -203,7 +203,7 @@ void BOARD::chainMarkedSegments( wxPoint aPosition, const LSET& aLayerMask, TRAC
      * end or not.  They will be analyzer later and vias on terminal points
      * of the track will be considered as part of this track if they do not
      * connect segments of another track together and will be considered as
-     * part of an other track when removing the via, the segments of that other
+     * part of another track when removing the via, the segments of that other
      * track are disconnected.
      */
     for( ; ; )
index 848c30b53110becd9c2f3ce1c51eff567d1d76af..12bb6a6794553058b7ddfde50577c0a3aad1bbe8 100644 (file)
@@ -570,7 +570,7 @@ int CONNECTIONS::Merge_SubNets( int aOldSubNet, int aNewSubNet )
  * segments connected together.
  * The track list must be sorted by nets, and all segments
  * from m_firstTrack to m_lastTrack have the same net
- * When 2 items are connected (a track to a pad, or a track to an other track),
+ * When 2 items are connected (a track to a pad, or a track to another track),
  * they are grouped in a cluster.
  * The .m_Subnet member is the cluster identifier (subnet id)
  * For a given net, if all tracks are created, there is only one cluster.
@@ -655,7 +655,7 @@ void CONNECTIONS::Propagate_SubNets()
                 }
                 else
                 {
-                    // it is connected to an other segment not in a cluster, so we must
+                    // it is connected to another segment not in a cluster, so we must
                     // create a new cluster (only with the 2 track segments)
                     sub_netcode++;
                     curr_track->SetSubNet( sub_netcode );
index 46868c878c105fa9748c3628d0fec6c08edc9002..89cb4dc5984ac453e0bffeb2237c25a2d7e8b538 100644 (file)
@@ -213,7 +213,7 @@ public:
      * segments connected together.
      * The track list must be sorted by nets, and all segments
      * from m_firstTrack to m_lastTrack have the same net.
-     * When 2 items are connected (a track to a pad, or a track to an other track),
+     * When 2 items are connected (a track to a pad, or a track to another track),
      * they are grouped in a cluster.
      * For pads, this is the .m_physical_connexion member which is a cluster identifier
      * For tracks, this is the .m_Subnet member which is a cluster identifier
index a264412d0e09cd75a68b3ca5c724e9bbf44630b5..9eb9571eb711ba2e15b977f52a789e9d83486ad7 100644 (file)
@@ -191,7 +191,7 @@ DIALOG_COPPER_ZONE_BASE::DIALOG_COPPER_ZONE_BASE( wxWindow* parent, wxWindowID i
        
        m_staticText171 = new wxStaticText( m_ExportableSetupSizer->GetStaticBox(), wxID_ANY, _("Priority level:"), wxDefaultPosition, wxDefaultSize, 0 );
        m_staticText171->Wrap( -1 );
-       m_staticText171->SetToolTip( _("On each copper layer, zones are filled by priority order.\nSo when a zone is inside an other zone:\n* If its priority is highter: its outlines are removed from the other layer.\n* If its priority is equal: a DRC error is set.") );
+       m_staticText171->SetToolTip( _("On each copper layer, zones are filled by priority order.\nSo when a zone is inside another zone:\n* If its priority is highter: its outlines are removed from the other layer.\n* If its priority is equal: a DRC error is set.") );
        
        m_MiddleBox->Add( m_staticText171, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
        
index 2dd9d40cde8820eb4ca90d7572d71a4ccf3f38a9..9209f4d6e34d55ed5d0c0755189f8a2e8a6cbedd 100644 (file)
                                         <property name="style"></property>
                                         <property name="subclass"></property>
                                         <property name="toolbar_pane">0</property>
-                                        <property name="tooltip">On each copper layer, zones are filled by priority order.&#x0A;So when a zone is inside an other zone:&#x0A;* If its priority is highter: its outlines are removed from the other layer.&#x0A;* If its priority is equal: a DRC error is set.</property>
+                                        <property name="tooltip">On each copper layer, zones are filled by priority order.&#x0A;So when a zone is inside another zone:&#x0A;* If its priority is highter: its outlines are removed from the other layer.&#x0A;* If its priority is equal: a DRC error is set.</property>
                                         <property name="window_extra_style"></property>
                                         <property name="window_name"></property>
                                         <property name="window_style"></property>
index 80fe0f8cdb954de9841818052058fa83d8dfb050..6b7626287e534b79203afe37e18d86d7c42b710b 100644 (file)
@@ -511,7 +511,7 @@ void DIALOG_DESIGN_RULES::CopyRulesListToBoard()
 
         if( !m_BrdSettings->m_NetClasses.Add( nc ) )
         {
-            // this netclass cannot be added because an other netclass with the same name exists
+            // this netclass cannot be added because another netclass with the same name exists
             // Should not occur because OnAddNetclassClick() tests for existing NetClass names
             wxString msg;
             msg.Printf( wxT( "CopyRulesListToBoard(): The NetClass \"%s\" already exists. Skip" ),
index c2165b94bc98559ca811eeacf86d1cf8a2d3b20f..b3af7ccd7b58de8fc8b91bba8739bc5ea7bf185d 100644 (file)
@@ -184,7 +184,7 @@ void PCB_EDIT_FRAME::OnExportVRML( wxCommandEvent& event )
     static wxString last_vrmlName;  // the last wrml file name built
 
     // If the board name has changed since the last export,
-    // do not use the old path, initialized by an other board
+    // do not use the old path, initialized by another board
     if( last_brdName.IsEmpty() || last_brdName != GetBoard()->GetFileName() )
     {
         last_brdName = GetBoard()->GetFileName();
index 375df66c1cfdec6d85ce1d4fa06472ddf803da81..61eb6ff7ae3cf64c3bf9f312b61c4b8b230eb6d2 100644 (file)
@@ -40,7 +40,7 @@
 <li> in freerouter: load the project's *.dsn file. Immediately after a load, all
      components and traces (if any) will initially be 'fixed'. This is a 'lock
      in place' toggle that you can undo by selecting a region with your mouse
-     and then selecting 'Unfix' from the menu. Occassionally you may want to
+     and then selecting 'Unfix' from the menu. Occasionally you may want to
      re-fix a trace or a part, if only temporarily. This keeps it locked in
      place.
 </li><br>
index e868e1f9f999108942b61c1572d775cc7ad0c09a..92451b9c657b29c9be6897c883db94f0e3c2a53c 100644 (file)
@@ -83,17 +83,17 @@ DIALOG_GENDRILL_BASE::DIALOG_GENDRILL_BASE( wxWindow* parent, wxWindowID id, con
        sbOptSizer = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("Drill File Options:") ), wxVERTICAL );
        
        m_Check_Mirror = new wxCheckBox( sbOptSizer->GetStaticBox(), wxID_ANY, _("Mirror y axis"), wxDefaultPosition, wxDefaultSize, 0 );
-       m_Check_Mirror->SetToolTip( _("Not recommanded.\nUsed mostly by users who make themselves the boards.") );
+       m_Check_Mirror->SetToolTip( _("Not recommended.\nUsed mostly by users who make themselves the boards.") );
        
        sbOptSizer->Add( m_Check_Mirror, 0, wxRIGHT|wxLEFT, 5 );
        
        m_Check_Minimal = new wxCheckBox( sbOptSizer->GetStaticBox(), wxID_ANY, _("Minimal header"), wxDefaultPosition, wxDefaultSize, 0 );
-       m_Check_Minimal->SetToolTip( _("Not recommanded.\nUse it only for board houses which do not accept fully featured headers.") );
+       m_Check_Minimal->SetToolTip( _("Not recommended.\nUse it only for board houses which do not accept fully featured headers.") );
        
        sbOptSizer->Add( m_Check_Minimal, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
        
        m_Check_Merge_PTH_NPTH = new wxCheckBox( sbOptSizer->GetStaticBox(), wxID_ANY, _("Merge PTH and NPTH holes into one file"), wxDefaultPosition, wxDefaultSize, 0 );
-       m_Check_Merge_PTH_NPTH->SetToolTip( _("Not recommanded.\nUse it only for board houses which ask for merged PTH and NPTH into onlu one file") );
+       m_Check_Merge_PTH_NPTH->SetToolTip( _("Not recommended.\nUse it only for board houses which ask for merged PTH and NPTH into onlu one file") );
        
        sbOptSizer->Add( m_Check_Merge_PTH_NPTH, 0, wxALL, 5 );
        
index 73fef3250b6ff7c66e3745dbcfc95e07deb78f13..8ccb9e9a4c10b79ea212f9cc2e8d75616a635be0 100644 (file)
                                                 <property name="style"></property>
                                                 <property name="subclass"></property>
                                                 <property name="toolbar_pane">0</property>
-                                                <property name="tooltip">Not recommanded.&#x0A;Used mostly by users who make themselves the boards.</property>
+                                                <property name="tooltip">Not recommended.&#x0A;Used mostly by users who make themselves the boards.</property>
                                                 <property name="validator_data_type"></property>
                                                 <property name="validator_style">wxFILTER_NONE</property>
                                                 <property name="validator_type">wxDefaultValidator</property>
                                                 <property name="style"></property>
                                                 <property name="subclass"></property>
                                                 <property name="toolbar_pane">0</property>
-                                                <property name="tooltip">Not recommanded.&#x0A;Use it only for board houses which do not accept fully featured headers.</property>
+                                                <property name="tooltip">Not recommended.&#x0A;Use it only for board houses which do not accept fully featured headers.</property>
                                                 <property name="validator_data_type"></property>
                                                 <property name="validator_style">wxFILTER_NONE</property>
                                                 <property name="validator_type">wxDefaultValidator</property>
                                                 <property name="style"></property>
                                                 <property name="subclass"></property>
                                                 <property name="toolbar_pane">0</property>
-                                                <property name="tooltip">Not recommanded.&#x0A;Use it only for board houses which ask for merged PTH and NPTH into onlu one file</property>
+                                                <property name="tooltip">Not recommended.&#x0A;Use it only for board houses which ask for merged PTH and NPTH into onlu one file</property>
                                                 <property name="validator_data_type"></property>
                                                 <property name="validator_style">wxFILTER_NONE</property>
                                                 <property name="validator_type">wxDefaultValidator</property>
index 0665261b29669ab486eb272e2e53fea228f8e662..6a83094e47085f786b3f4dea104231289573f21b 100644 (file)
@@ -52,7 +52,7 @@ DIALOG_KEEPOUT_AREA_PROPERTIES_BASE::DIALOG_KEEPOUT_AREA_PROPERTIES_BASE( wxWind
        
        wxString m_OutlineAppearanceCtrlChoices[] = { _("Line"), _("Hatched Outline"), _("Full Hatched") };
        int m_OutlineAppearanceCtrlNChoices = sizeof( m_OutlineAppearanceCtrlChoices ) / sizeof( wxString );
-       m_OutlineAppearanceCtrl = new wxRadioBox( this, wxID_ANY, _("Outline Appearence:"), wxDefaultPosition, wxDefaultSize, m_OutlineAppearanceCtrlNChoices, m_OutlineAppearanceCtrlChoices, 1, wxRA_SPECIFY_COLS );
+       m_OutlineAppearanceCtrl = new wxRadioBox( this, wxID_ANY, _("Outline Appearance:"), wxDefaultPosition, wxDefaultSize, m_OutlineAppearanceCtrlNChoices, m_OutlineAppearanceCtrlChoices, 1, wxRA_SPECIFY_COLS );
        m_OutlineAppearanceCtrl->SetSelection( 1 );
        bSizerRight->Add( m_OutlineAppearanceCtrl, 0, wxALL|wxEXPAND, 5 );
        
index 926ae8b818331b73079855b0af410483a190794d..5fc7b1ca5494a969eeb25cd003b597979a212229 100644 (file)
                                         <property name="gripper">0</property>
                                         <property name="hidden">0</property>
                                         <property name="id">wxID_ANY</property>
-                                        <property name="label">Outline Appearence:</property>
+                                        <property name="label">Outline Appearance:</property>
                                         <property name="majorDimension">1</property>
                                         <property name="max_size"></property>
                                         <property name="maximize_button">0</property>
index c41ffc2840d9e29d9d5ecea6aa574ae945618408..6d32e86f558eb8189bc214f8b1916bb520985244 100644 (file)
@@ -51,7 +51,7 @@ DIALOG_NONCOPPER_ZONES_PROPERTIES_BASE::DIALOG_NONCOPPER_ZONES_PROPERTIES_BASE(
        
        wxString m_OutlineAppearanceCtrlChoices[] = { _("Line"), _("Hatched Outline"), _("Full Hatched") };
        int m_OutlineAppearanceCtrlNChoices = sizeof( m_OutlineAppearanceCtrlChoices ) / sizeof( wxString );
-       m_OutlineAppearanceCtrl = new wxRadioBox( this, wxID_ANY, _("Outlines Appearence"), wxDefaultPosition, wxDefaultSize, m_OutlineAppearanceCtrlNChoices, m_OutlineAppearanceCtrlChoices, 1, wxRA_SPECIFY_COLS );
+       m_OutlineAppearanceCtrl = new wxRadioBox( this, wxID_ANY, _("Outlines Appearance"), wxDefaultPosition, wxDefaultSize, m_OutlineAppearanceCtrlNChoices, m_OutlineAppearanceCtrlChoices, 1, wxRA_SPECIFY_COLS );
        m_OutlineAppearanceCtrl->SetSelection( 1 );
        m_OutilinesBoxOpt->Add( m_OutlineAppearanceCtrl, 0, wxALL|wxEXPAND, 5 );
        
index 20f6296047db0f9ee415d0e883483cd65af0d53a..58ae33ab272a96e0c2f85e7596884141fad8aeee 100644 (file)
                                                 <property name="gripper">0</property>
                                                 <property name="hidden">0</property>
                                                 <property name="id">wxID_ANY</property>
-                                                <property name="label">Outlines Appearence</property>
+                                                <property name="label">Outlines Appearance</property>
                                                 <property name="majorDimension">1</property>
                                                 <property name="max_size"></property>
                                                 <property name="maximize_button">0</property>
index 08e61ffc156eb7e7bda55313824b8141dc748a9c..6506552a66b12238ae582f6777ff1824c1d952a4 100644 (file)
@@ -107,7 +107,7 @@ WIZARD_3DSHAPE_LIBS_DOWNLOADER::WIZARD_3DSHAPE_LIBS_DOWNLOADER( wxWindow* aParen
     // and not fully visible.
     // Forcing deselection does not work, at least on W7 with wxWidgets 3.0.2
     // So (and also because m_textCtrlGithubURL and m_downloadDir are rarely modified
-    // the focus is given to an other widget.
+    // the focus is given to another widget.
     m_hyperlinkGithubKicad->SetFocus();
 
     Connect( wxEVT_RADIOBUTTON, wxCommandEventHandler( WIZARD_3DSHAPE_LIBS_DOWNLOADER::OnSourceCheck ), NULL, this );
index 39d1b9d039ce7690bd00c6e230ec910fc547cf03..4c44035444652502d52d740a22206dcbdc7862bb 100644 (file)
@@ -278,7 +278,7 @@ bool DRC::doTrackDrc( TRACK* aRefSeg, TRACK* aStart, bool testPads )
         {
             D_PAD* pad = m_pcb->GetPad( ii );
 
-            /* No problem if pads are on an other layer,
+            /* No problem if pads are on another layer,
              * But if a drill hole exists      (a pad on a single layer can have a hole!)
              * we must test the hole
              */
@@ -409,7 +409,7 @@ bool DRC::doTrackDrc( TRACK* aRefSeg, TRACK* aStart, bool testPads )
 
         /*     We have changed axis:
          *  the reference segment is Horizontal.
-         *  3 cases : the segment to test can be parallel, perpendicular or have an other direction
+         *  3 cases : the segment to test can be parallel, perpendicular or have another direction
          */
         if( segStartPoint.y == segEndPoint.y ) // parallel segments
         {
index 68c83a369f9c33c769e0e0f480706aeb3a2abdc1..f673df90d93ac3b7d8c18360779b6f1ce4aa5752 100644 (file)
@@ -635,7 +635,7 @@ void PCB_EDIT_FRAME::createPopupMenuForTracks( TRACK* Track, wxMenu* PopMenu )
         }
     }
 
-    // Allows switching to an other track/via size when routing
+    // Allows switching to another track/via size when routing
     AddMenuItem( PopMenu, Append_Track_Width_List( GetBoard() ), ID_POPUP_PCB_SELECT_WIDTH,
                  _( "Select Track Width" ), KiBitmap( width_track_xpm ) );
 
index 6ccbdd57a46936b1437e7800c679840a0ac6d3c7..ce2f20e148b0a7b26128793eafbf52f650c8c135 100644 (file)
@@ -957,7 +957,7 @@ PLOTTER* StartPlotBoard( BOARD *aBoard, PCB_PLOT_PARAMS *aPlotOpts,
         HPGL_plotter = new HPGL_PLOTTER();
 
         /* HPGL options are a little more convoluted to compute, so
-           they're split in an other function */
+           they're split in another function */
         ConfigureHPGLPenSizes( HPGL_plotter, aPlotOpts );
         plotter = HPGL_plotter;
         break;
index b3880859f9dd863cc352d93ec3ff983d3815ad50..ee00c2222f1931703ce3c609a18c12e99dffb841 100644 (file)
@@ -342,7 +342,7 @@ static int tst_links_between_blocks( NETINFO_ITEM*          aNetinfo,
     int            subratsnest_id, min_id;
     RATSNEST_ITEM* link, * best_link;
 
-    // Search a link from a block to an other block
+    // Search a link from a block to another block
     best_link = NULL;
 
     for( unsigned ii = aNetinfo->m_RatsnestStartIdx; ii < aNetinfo->m_RatsnestEndIdx; ii++ )
@@ -456,7 +456,7 @@ static void tst_links_between_pads( int &      aCurrSubRatsnestId,
  * - First:
  *   Initialise for each pad the subratsnest id to its subnet value
  *   explore the full ratnest (relative to the net) and active a link each time at least one pad of
- *   the given link is not connected to an other pad by a track ( subratsnest = 0)
+ *   the given link is not connected to another pad by a track ( subratsnest = 0)
  *   If the 2 pads linked have both the subratsnest id = 0, a new subratsnest value is created
  * -  Second:
  *   explore the full ratnest (relative to the net) and find a link that links
index 31db133ac9a4782b8947ec6079805a3d48129377..4e833a087238e07aad5ecee11dc2ef9348979b80 100644 (file)
@@ -129,7 +129,7 @@ void PCB_EDIT_FRAME::duplicateZone( wxDC* aDC, ZONE_CONTAINER* aZone )
     {
         DisplayError( this,
             _( "The duplicated zone is on the same layer as the initial zone, which has no sense.\n"
-               "Please, choose an other layer for the new zone") );
+               "Please, choose another layer for the new zone") );
         success = false;
     }
 
@@ -684,7 +684,7 @@ int PCB_EDIT_FRAME::Begin_Zone( wxDC* DC )
             // PCB_EDIT_FRAME::SetCurItem() calls DisplayInfo().
             GetScreen()->SetCurItem( NULL );
             DisplayError( this,
-                          _( "DRC error: this start point is inside or too close an other area" ) );
+                          _( "DRC error: this start point is inside or too close another area" ) );
             return 0;
         }
 
@@ -743,7 +743,7 @@ bool PCB_EDIT_FRAME::End_Zone( wxDC* DC )
         if( g_Drc_On && m_drc->Drc( zone, icorner ) == BAD_DRC )      // we can't validate the closing edge
         {
             DisplayError( this,
-                          _( "DRC error: closing this area creates a DRC error with an other area" ) );
+                          _( "DRC error: closing this area creates a DRC error with another area" ) );
             m_canvas->MoveCursorToCrossHair();
             return false;
         }
index 65e761f0e0bfa5afa34a50a3ab987363646d5eec..46eeb95380aa1b1ad7833dc189c057604d17e151 100644 (file)
@@ -184,7 +184,7 @@ int SaveCopyOfZones( PICKED_ITEMS_LIST& aPickList, BOARD* aPcb, int aNetCode, LA
  *          its status becomes UR_DELETED
  *          the aAuxiliaryList corresponding picker is removed (if not found : set an error)
  *  >> if the picked zone was flagged as UR_NEW, and was after deleted ,
- *  perhaps combined with an other zone  (i.e. not found in board list):
+ *  perhaps combined with another zone  (i.e. not found in board list):
  *          the picker is removed
  *          the zone itself if really deleted
  *          the aAuxiliaryList corresponding picker is removed (if not found : set an error)
@@ -262,7 +262,7 @@ void UpdateCopyOfZonesList( PICKED_ITEMS_LIST& aPickList,
                 {
                     DBG( printf(
                         "UpdateCopyOfZonesList(): item not found in aAuxiliaryList,"
-                        "combined with an other zone\n" ) );
+                        "combined with another zone\n" ) );
                 }
                 break;
             }
index 9793756298c820539e3ccf93bccb60e39968a757..667e72a850f253e491872ab21322f6b4d769016d 100644 (file)
@@ -253,7 +253,7 @@ bool BOARD::TestAreaIntersection( ZONE_CONTAINER* area_ref, ZONE_CONTAINER* area
         }
     }
 
-    // If a contour is inside an other contour, no segments intersects, but the zones
+    // If a contour is inside another contour, no segments intersects, but the zones
     // can be combined if a corner is inside an outline (only one corner is enought)
     for( int ic2 = 0; ic2 < poly2->GetCornersCount(); ic2++ )
     {