mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Fixing typos and spelling mistakes
This commit is contained in:
@@ -327,12 +327,12 @@ void Control::loadOscConfig()
|
||||
|
||||
void Control::resetOscConfig()
|
||||
{
|
||||
// generate a template xml translation dictionnary
|
||||
// generate a template xml translation dictionary
|
||||
tinyxml2::XMLDocument xmlDoc;
|
||||
tinyxml2::XMLDeclaration *pDec = xmlDoc.NewDeclaration();
|
||||
xmlDoc.InsertFirstChild(pDec);
|
||||
tinyxml2::XMLComment *pComment = xmlDoc.NewComment("The OSC translator converts OSC address patterns into other ones.\n"
|
||||
"Complete the dictionnary by adding as many <osc> translations as you want.\n"
|
||||
"Complete the dictionary by adding as many <osc> translations as you want.\n"
|
||||
"Each <osc> should contain a <from> pattern to translate into a <to> pattern.\n"
|
||||
"More at https://github.com/brunoherbelin/vimix/wiki/Open-Sound-Control-API.");
|
||||
xmlDoc.InsertEndChild(pComment);
|
||||
|
||||
Reference in New Issue
Block a user