Kaydet (Commit) c650d611 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: candiate -> candidate

üst 90f80fd6
......@@ -123,7 +123,7 @@ public:
void PrepareSpelling (void);
/** Initialize a spell check but do not start it yet. This method
is a better candiate for the name PrepareSpelling.
is a better candidate for the name PrepareSpelling.
*/
void StartSpelling (void);
......
......@@ -761,7 +761,7 @@ sal_Bool FuSelection::MouseButtonUp(const MouseEvent& rMEvt)
}
else if (pWaterCanCandidate != NULL)
{
// Is the candiate object still under the mouse?
// Is the candidate object still under the mouse?
if (pickObject (aPnt) == pWaterCanCandidate)
{
SdStyleSheetPool* pPool = static_cast<SdStyleSheetPool*>(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment