summaryrefslogtreecommitdiffstats
path: root/src/style-internal.cpp
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-07-27 20:03:14 +0000
committerluz paz <luzpaz@users.noreply.github.com>2018-09-11 19:26:04 +0000
commitb2722f7fabc00904c99772531b8abda0618d96cb (patch)
treeea3f166a8b8151b1b8725c87dc50fac8d02be93b /src/style-internal.cpp
parentMisc. typos (diff)
downloadinkscape-b2722f7fabc00904c99772531b8abda0618d96cb.tar.gz
inkscape-b2722f7fabc00904c99772531b8abda0618d96cb.zip
Several more typos
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();
}