summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-05-09 14:37:28 +0000
committerluz paz <luzpaz@users.noreply.github.com>2018-05-14 19:38:17 +0000
commit5f701e9b37a3a8adc6e4964bc7fac0f34dfc9db1 (patch)
tree083733a3701c229199a4bc22225f397cc26bedfd /src/ui
parentFix bug embeding SVG as PNG (diff)
downloadinkscape-5f701e9b37a3a8adc6e4964bc7fac0f34dfc9db1.tar.gz
inkscape-5f701e9b37a3a8adc6e4964bc7fac0f34dfc9db1.zip
Misc. typos
Found via `codespell` and `grep`
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/document-properties.cpp2
-rw-r--r--src/ui/dialog/prototype.cpp2
-rw-r--r--src/ui/dialog/swatches.h2
-rw-r--r--src/ui/tools/freehand-base.h2
-rw-r--r--src/ui/widget/font-selector-toolbar.h2
-rw-r--r--src/ui/widget/point.h2
-rw-r--r--src/ui/widget/scalar.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp
index 8d794e4e7..96835c65b 100644
--- a/src/ui/dialog/document-properties.cpp
+++ b/src/ui/dialog/document-properties.cpp
@@ -759,7 +759,7 @@ void DocumentProperties::build_cms()
_unlink_btn.set_valign(Gtk::ALIGN_CENTER);
_page_cms->table().attach(_unlink_btn, 2, row, 1, 1);
- // Set up the Avialable Profiles combo box
+ // Set up the Available Profiles combo box
_AvailableProfilesListStore = Gtk::ListStore::create(_AvailableProfilesListColumns);
_AvailableProfilesList.set_model(_AvailableProfilesListStore);
_AvailableProfilesList.pack_start(_AvailableProfilesListColumns.nameColumn);
diff --git a/src/ui/dialog/prototype.cpp b/src/ui/dialog/prototype.cpp
index 1280cba87..973cffd60 100644
--- a/src/ui/dialog/prototype.cpp
+++ b/src/ui/dialog/prototype.cpp
@@ -72,7 +72,7 @@ Prototype::~Prototype()
/*
* Called when a dialog is displayed, including when a dialog is reopened.
- * (When a dialog is closed, it is not destroyed so the contructor is not called.
+ * (When a dialog is closed, it is not destroyed so the constructor is not called.
* This function can handle any reinitialization needed.)
*/
void
diff --git a/src/ui/dialog/swatches.h b/src/ui/dialog/swatches.h
index a9e3b9b92..cf3f99e8d 100644
--- a/src/ui/dialog/swatches.h
+++ b/src/ui/dialog/swatches.h
@@ -33,7 +33,7 @@ class DocTrack;
* A panel that displays paint swatches.
*
* It comes in two flavors, depending on the prefsPath argument passed to
- * the construtor: the default "/dialog/swatches" is just a regular panel;
+ * the constructor: the default "/dialog/swatches" is just a regular panel;
* the "/embedded/swatches/" is the horizontal color swatches at the bottom
* of window.
*/
diff --git a/src/ui/tools/freehand-base.h b/src/ui/tools/freehand-base.h
index 09c57f6f7..38b3851ff 100644
--- a/src/ui/tools/freehand-base.h
+++ b/src/ui/tools/freehand-base.h
@@ -76,7 +76,7 @@ public:
std::list<SPCurve *> white_curves;
std::vector<SPDrawAnchor*> white_anchors;
- // Temporary modiffied curve when start anchor
+ // Temporary modified curve when start anchor
SPCurve *sa_overwrited;
// Start anchor
diff --git a/src/ui/widget/font-selector-toolbar.h b/src/ui/widget/font-selector-toolbar.h
index 5600982c6..df6fa5fd5 100644
--- a/src/ui/widget/font-selector-toolbar.h
+++ b/src/ui/widget/font-selector-toolbar.h
@@ -10,7 +10,7 @@
* The routines here create and manage a font selector widget with two parts,
* one each for font-family and font-style.
*
- * This is esentially a toolbar version of the 'FontSelector' widget. Someday
+ * This is essentially a toolbar version of the 'FontSelector' widget. Someday
* this may be merged with it.
*
* The main functions are:
diff --git a/src/ui/widget/point.h b/src/ui/widget/point.h
index 71bfd8473..ab4debe96 100644
--- a/src/ui/widget/point.h
+++ b/src/ui/widget/point.h
@@ -89,7 +89,7 @@ public:
bool mnemonic = true);
/**
- * Fetches the precision of the spin buton.
+ * Fetches the precision of the spin button.
*/
unsigned getDigits() const;
diff --git a/src/ui/widget/scalar.h b/src/ui/widget/scalar.h
index b2c923953..2632dd5a7 100644
--- a/src/ui/widget/scalar.h
+++ b/src/ui/widget/scalar.h
@@ -80,7 +80,7 @@ public:
bool mnemonic = true);
/**
- * Fetches the precision of the spin buton.
+ * Fetches the precision of the spin button.
*/
unsigned getDigits() const;