From 265866f6fcfb09675f0fd75ff178591829b1faed Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 18 Feb 2009 10:28:31 +0100 Subject: [PATCH] fix typos in comments --- src/plugins/debugger/gdbengine.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/debugger/gdbengine.cpp b/src/plugins/debugger/gdbengine.cpp index 5e0bad84579..6fc0423cd5f 100644 --- a/src/plugins/debugger/gdbengine.cpp +++ b/src/plugins/debugger/gdbengine.cpp @@ -1798,7 +1798,7 @@ void GdbEngine::jumpToLineExec(const QString &fileName, int lineNumber) \fn void GdbEngine::setTokenBarrier() \brief Sets up internal structures to handle a new debugger turn. - This method is called at the beginnign of all step/next/finish etc. + This method is called at the beginning of all step/next/finish etc. debugger functions. */ @@ -2782,7 +2782,7 @@ static QString gdbQuoteTypes(const QString &type) // // We never will have a perfect solution here (even if we had a full blown // C++ parser as we do not have information on what is a type and what is - // a vriable name. So "a::c" could either be two comparisons of values + // a variable name. So "a::c" could either be two comparisons of values // 'a', 'b' and '::c', or a nested type 'c' in a template 'a'. We // assume here it is the latter. //return type;