Fix spelling in the documentation.
Closes #14034. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -265,7 +265,7 @@ public:
|
||||
|
||||
/**
|
||||
The parameters string format is "width[,precision[,format]]" where
|
||||
@c format should be choosen beween f|e|g|E|G (f is used by default)
|
||||
@c format should be chosen between f|e|g|E|G (f is used by default)
|
||||
*/
|
||||
virtual void SetParameters(const wxString& params);
|
||||
|
||||
@@ -656,7 +656,7 @@ public:
|
||||
|
||||
/**
|
||||
The parameters string format is "width[,precision[,format]]" where
|
||||
@c format should be choosen beween f|e|g|E|G (f is used by default)
|
||||
@c format should be chosen between f|e|g|E|G (f is used by default)
|
||||
*/
|
||||
virtual void SetParameters(const wxString& params);
|
||||
};
|
||||
|
Reference in New Issue
Block a user