summaryrefslogtreecommitdiffstats
path: root/src/style-internal.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2018-09-13 21:21:35 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2018-09-13 21:21:35 +0000
commitf9b01394218c342221107286ab8e16cc0ee78837 (patch)
treec7ea2555f87f5470be3d8106cea287d97fc151df /src/style-internal.cpp
parentAllow symbols dialog on dark theme (diff)
parentRequested revisions + more typos and grammar fixes (diff)
downloadinkscape-f9b01394218c342221107286ab8e16cc0ee78837.tar.gz
inkscape-f9b01394218c342221107286ab8e16cc0ee78837.zip
Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape
Diffstat (limited to 'src/style-internal.cpp')
-rw-r--r--src/style-internal.cpp4
1 files changed, 2 insertions, 2 deletions
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();
}