diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-07-27 20:03:14 +0000 |
|---|---|---|
| committer | luz paz <luzpaz@users.noreply.github.com> | 2018-09-11 19:26:04 +0000 |
| commit | b2722f7fabc00904c99772531b8abda0618d96cb (patch) | |
| tree | ea3f166a8b8151b1b8725c87dc50fac8d02be93b | |
| parent | Misc. typos (diff) | |
| download | inkscape-b2722f7fabc00904c99772531b8abda0618d96cb.tar.gz inkscape-b2722f7fabc00904c99772531b8abda0618d96cb.zip | |
Several more typos
| -rw-r--r-- | share/README.md | 4 | ||||
| -rw-r--r-- | src/display/drawing-item.cpp | 2 | ||||
| -rw-r--r-- | src/display/sp-canvas.cpp | 2 | ||||
| -rw-r--r-- | src/helper/png-write.cpp | 2 | ||||
| -rw-r--r-- | src/main-cmdlinexact.cpp | 2 | ||||
| -rwxr-xr-x | src/selection-chemistry.cpp | 2 | ||||
| -rw-r--r-- | src/selection-chemistry.h | 2 | ||||
| -rw-r--r-- | src/style-internal.cpp | 4 | ||||
| -rw-r--r-- | src/syseq.h | 2 | ||||
| -rw-r--r-- | src/ui/widget/preferences-widget.cpp | 4 |
10 files changed, 13 insertions, 13 deletions
diff --git a/share/README.md b/share/README.md index 3000e803f..cb136774c 100644 --- a/share/README.md +++ b/share/README.md @@ -3,12 +3,12 @@ icons, markers, filters, keyboard maps, etc. attributes - branding - Official visual collateral -examples - Sharable example drawings +examples - Shareable example drawings extensions - Plugable scripts runnable by Inkscape filters - Custom SVG filters loaded at runtime, under Effects > Filters fonts - gradients - -icons - Program icons follwoing the freedesktop.org icon scheme. +icons - Program icons following the freedesktop.org icon scheme. keys - markers - palettes - diff --git a/src/display/drawing-item.cpp b/src/display/drawing-item.cpp index 4f2f50ddd..97dd13bac 100644 --- a/src/display/drawing-item.cpp +++ b/src/display/drawing-item.cpp @@ -1117,7 +1117,7 @@ DrawingItem::_markForUpdate(unsigned flags, bool propagate) /** * Compute the caching score. * - * Higher scores mean the item is more aggresively prioritized for automatic + * Higher scores mean the item is more aggressively prioritized for automatic * caching by Inkscape::Drawing. */ double diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index 5850cad7a..f1eda1f4e 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -174,7 +174,7 @@ enum { }; /** - * Callback that removes item from all referers and destroys it. + * Callback that removes item from all referrers and destroys it. */ void sp_canvas_item_dispose(GObject *object); void sp_canvas_item_finalize(GObject *object); diff --git a/src/helper/png-write.cpp b/src/helper/png-write.cpp index 92fdc3648..f21932638 100644 --- a/src/helper/png-write.cpp +++ b/src/helper/png-write.cpp @@ -115,7 +115,7 @@ void PngTextList::add(gchar const* key, gchar const* text) item->lang_key = nullptr; #endif // PNG_iTXt_SUPPORTED } else { - g_warning("Unable to allocate arrary for %d PNG text data.", count); + g_warning("Unable to allocate array for %d PNG text data.", count); textItems = nullptr; count = 0; } diff --git a/src/main-cmdlinexact.cpp b/src/main-cmdlinexact.cpp index a407d3c0e..46f42d0d2 100644 --- a/src/main-cmdlinexact.cpp +++ b/src/main-cmdlinexact.cpp @@ -399,7 +399,7 @@ parseVerbsYAMLFile(gchar const *yaml_filename) handling_value = true; break; - /* Block delimeters */ + /* Block delimiters */ case YAML_BLOCK_SEQUENCE_START_TOKEN: if( state == HANDLING_ROOT ) { if( key == "run" ) diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index e9b9bb469..854afb802 100755 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -37,7 +37,7 @@ #include "file.h" -// TOOD fixme: This should be moved into preference repr +// TODO FIXME: This should be moved into preference repr SPCycleType SP_CYCLING = SP_CYCLE_FOCUS; diff --git a/src/selection-chemistry.h b/src/selection-chemistry.h index 387e9b840..d51f4fa3a 100644 --- a/src/selection-chemistry.h +++ b/src/selection-chemistry.h @@ -121,7 +121,7 @@ enum SPCycleType -// TOOD fixme: This should be moved into preference repr +// TODO FIXME: This should be moved into preference repr extern SPCycleType SP_CYCLING; #endif // SEEN_SELECTION_CHEMISTRY_H diff --git a/src/style-internal.cpp b/src/style-internal.cpp index 39e334d1f..97ba2cdec 100644 --- a/src/style-internal.cpp +++ b/src/style-internal.cpp @@ -1973,7 +1973,7 @@ void SPIFilter::cascade( const SPIBase* const parent ) { if( const SPIFilter* p = dynamic_cast<const SPIFilter*>(parent) ) { if( inherit ) { // Only inherits if 'inherit' true/ - // This is rather unlikely so ignore for now. FIXME + // FIXME: This is rather unlikely so ignore for now. (void)p; std::cerr << "SPIFilter::cascade: value 'inherit' not supported." << std::endl; } else { @@ -1994,7 +1994,7 @@ SPIFilter::merge( const SPIBase* const parent ) { set = p->set; inherit = p->inherit; if( href ) { - // If we alread have an href, use it (unlikely but heck...) + // If we already have an href, use it (unlikely but heck...) if( href->getObject() ) { href->detach(); } diff --git a/src/syseq.h b/src/syseq.h index 4b232052c..97a8039de 100644 --- a/src/syseq.h +++ b/src/syseq.h @@ -243,7 +243,7 @@ static double projectify (std::vector<int> const &cols, const double B[S][T], co * * Since our application will be to finding preimages of projective mappings, we provide * an additional argument \a proj. If this is true, we find a solution of - * \a x[\a index]/\a x[\T - 1] = \a val insted (i.e., we want the corresponding coordinate + * \a x[\a index]/\a x[\T - 1] = \a val instead (i.e., we want the corresponding coordinate * of the _affine image_ of the point with homogeneous coordinate vector \a x to be equal * to \a val. * diff --git a/src/ui/widget/preferences-widget.cpp b/src/ui/widget/preferences-widget.cpp index 4ec771490..4f7960474 100644 --- a/src/ui/widget/preferences-widget.cpp +++ b/src/ui/widget/preferences-widget.cpp @@ -643,7 +643,7 @@ void PrefCombo::init(Glib::ustring const &prefs_path, std::vector<Glib::ustring> size_t values_size = values.size(); if (values_size != labels_size) { std::cout << "PrefCombo::" - << "Diferent number of values/labels in " << prefs_path << std::endl; + << "Different number of values/labels in " << prefs_path << std::endl; return; } _prefs_path = prefs_path; @@ -667,7 +667,7 @@ void PrefCombo::init(Glib::ustring const &prefs_path, std::vector<Glib::ustring> size_t values_size = values.size(); if (values_size != labels_size) { std::cout << "PrefCombo::" - << "Diferent number of values/labels in " << prefs_path << std::endl; + << "Different number of values/labels in " << prefs_path << std::endl; return; } _prefs_path = prefs_path; |
