From b2722f7fabc00904c99772531b8abda0618d96cb Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Fri, 27 Jul 2018 16:03:14 -0400 Subject: Several more typos --- src/style-internal.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/style-internal.cpp') 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(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(); } -- cgit v1.2.3