Revision: 6187
Author: nogu.dev
Date: Sun Feb 28 14:56:29 2010
Log: * qt4/immodule/candidatewindow.cpp
- (CandidateWindow::~CandidateWindow, CandidateWindow::clearCandidates):
Fix typos. "Data" is plural.
* qt4/immodule/candidatewindow.h
- Fix typo.
http://code.google.com/p/uim/source/detail?r=6187
Modified:
/trunk/qt4/immodule/candidatewindow.cpp
/trunk/qt4/immodule/candidatewindow.h
=======================================
--- /trunk/qt4/immodule/candidatewindow.cpp Sun Feb 28 14:56:05 2010
+++ /trunk/qt4/immodule/candidatewindow.cpp Sun Feb 28 14:56:29 2010
@@ -108,7 +108,7 @@
{
if ( !stores.isEmpty() )
{
- // clear stored candidate datas
+ // clear stored candidate data
for ( int i = 0; i < stores.size(); i++ )
uim_candidate_free( stores[ i ] );
stores.clear();
@@ -150,7 +150,7 @@
displayLimit = 0;
nrCandidates = 0;
- // clear stored candidate datas
+ // clear stored candidate data
for ( int i = 0; i < stores.size(); i++ )
{
if ( stores[ i ] )
=======================================
--- /trunk/qt4/immodule/candidatewindow.h Tue Jan 20 18:11:15 2009
+++ /trunk/qt4/immodule/candidatewindow.h Sun Feb 28 14:56:29 2010
@@ -88,7 +88,7 @@
protected:
void updateLabel();
- // Moving and Resizing affects the positon of Subwindow
+ // Moving and Resizing affects the position of Subwindow
virtual void moveEvent( QMoveEvent * );
virtual void resizeEvent( QResizeEvent * );