From: dooglus Date: Tue, 30 Oct 2007 16:14:28 +0000 (+0000) Subject: Typo: 'cludge' -> 'kluge'. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=0adb7f004ef054a675bf588c855f80751f141cc3;p=synfig.git Typo: 'cludge' -> 'kluge'. git-svn-id: http://svn.voria.com/code@1081 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/modules/mod_geometry/outline.cpp b/synfig-core/trunk/src/modules/mod_geometry/outline.cpp index 356104a..01f7bd8 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/outline.cpp +++ b/synfig-core/trunk/src/modules/mod_geometry/outline.cpp @@ -99,7 +99,7 @@ Point line_intersection( float m1,m2; // the slopes of each line - // compute slopes, note the cludge for infinity, however, this will + // compute slopes, note the kluge for infinity, however, this will // be close enough if ((x1-x0)!=0) diff --git a/synfig-core/trunk/src/modules/mod_libavcodec/trgt_av.cpp b/synfig-core/trunk/src/modules/mod_libavcodec/trgt_av.cpp index 06b5bdd..72b96a5 100644 --- a/synfig-core/trunk/src/modules/mod_libavcodec/trgt_av.cpp +++ b/synfig-core/trunk/src/modules/mod_libavcodec/trgt_av.cpp @@ -406,7 +406,7 @@ public: if( context->coded_frame && context->coded_frame->key_frame) pkt.flags |= PKT_FLAG_KEY; - //cludge for raw picture format (they said they'd fix) + //kluge for raw picture format (they said they'd fix) if (formatc->oformat->flags & AVFMT_RAWPICTURE) { ret = av_write_frame(formatc, &pkt);