Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling errors detected by lintian #216

Merged
merged 1 commit into from Sep 14, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/Getting Started/Basics/Basic Elements Opcodes.csd
@@ -1,7 +1,7 @@
/*Getting started.. 1.3 Basic Elements: Opcodes

The fundamental building blocks of a Csound instrument is the opcode.
Each opcode can be seen as little program itself, that does a specific task. Opcodes get a bold-blue highlightning in the CsoundQt editor. In this example 'line', 'expon', 'oscil', 'outvalue' and 'outs', are the opcodes used.
Each opcode can be seen as little program itself, that does a specific task. Opcodes get a bold-blue highlighting in the CsoundQt editor. In this example 'line', 'expon', 'oscil', 'outvalue' and 'outs', are the opcodes used.

The names of opcodes are usually a short form of their functionality.
'line' - generates a linear changing value between specified points
Expand Down
2 changes: 1 addition & 1 deletion examples/Getting Started/Language_Features/Loops_1.csd
Expand Up @@ -47,7 +47,7 @@ iIndex = 0 ; Number of T-Shirts in the bag at the beginning
loop_lt iIndex, 1, 5, loop ; goes back to the label "loop", if there are less then 5 T-Shirts
endin
/*
The advantage of this method is, that you save typing one line, because loop_lt is increasing the counter for you. But you can't see so easily which condition is checked. Is it x<5 or x>5 or x=5 ? Here is a list of different loop-types, and their behavoir:
The advantage of this method is, that you save typing one line, because loop_lt is increasing the counter for you. But you can't see so easily which condition is checked. Is it x<5 or x>5 or x=5 ? Here is a list of different loop-types, and their behavior:

loop_lt: x < y
loop_gt: x > y
Expand Down
2 changes: 1 addition & 1 deletion examples/Getting Started/Language_Features/Using_Udos.csd
@@ -1,7 +1,7 @@
/* Getting started.. Writing User Defined Opcodes (UDO)

As described before, opcodes can be seen as little programs. So their usefulness can be exploited in a different way.
If you've build a structure which you like to use often, it may be convenient to pack it into an "User Defined Opcode". This way you can use your own contructions later by just one keyword.
If you've build a structure which you like to use often, it may be convenient to pack it into an "User Defined Opcode". This way you can use your own constructions later by just one keyword.

The main advantages are:
- the project has a better structure
Expand Down
2 changes: 1 addition & 1 deletion src/translations/qutecsound_de.ts
Expand Up @@ -4899,7 +4899,7 @@ Ist schon in Gebrauch.</translation>
<message>
<location filename="../widgetlayout.cpp" line="213"/>
<source>The csd file contains more than one widget panel!
This is not suported by the current version,
This is not supported by the current version,
Addtional widget panels will be lost if the file is saved!</source>
<translation>Die csd-Datei enthält mehr als ein Widget-Fenster!
Dies wird von der laufenden Version nicht unterstützt.
Expand Down
2 changes: 1 addition & 1 deletion src/translations/qutecsound_el.ts
Expand Up @@ -4651,7 +4651,7 @@ It is already used.</source>
<message>
<location filename="../widgetlayout.cpp" line="213"/>
<source>The csd file contains more than one widget panel!
This is not suported by the current version,
This is not supported by the current version,
Addtional widget panels will be lost if the file is saved!</source>
<translation type="unfinished"></translation>
</message>
Expand Down
2 changes: 1 addition & 1 deletion src/translations/qutecsound_en.ts
Expand Up @@ -4651,7 +4651,7 @@ It is already used.</source>
<message>
<location filename="../widgetlayout.cpp" line="213"/>
<source>The csd file contains more than one widget panel!
This is not suported by the current version,
This is not supported by the current version,
Addtional widget panels will be lost if the file is saved!</source>
<translation type="unfinished"></translation>
</message>
Expand Down
2 changes: 1 addition & 1 deletion src/translations/qutecsound_es.ts
Expand Up @@ -4881,7 +4881,7 @@ Ya está en uso por otra acción.</translation>
<message>
<location filename="../widgetlayout.cpp" line="213"/>
<source>The csd file contains more than one widget panel!
This is not suported by the current version,
This is not supported by the current version,
Addtional widget panels will be lost if the file is saved!</source>
<translation>El archivo csd contiene más de un panel de widgets
Esto no está soportado en la versión actual
Expand Down
2 changes: 1 addition & 1 deletion src/translations/qutecsound_fa.ts
Expand Up @@ -4651,7 +4651,7 @@ It is already used.</source>
<message>
<location filename="../widgetlayout.cpp" line="213"/>
<source>The csd file contains more than one widget panel!
This is not suported by the current version,
This is not supported by the current version,
Addtional widget panels will be lost if the file is saved!</source>
<translation type="unfinished"></translation>
</message>
Expand Down
2 changes: 1 addition & 1 deletion src/translations/qutecsound_fi.ts
Expand Up @@ -4778,7 +4778,7 @@ It is already used.</source>
<message>
<location filename="../widgetlayout.cpp" line="213"/>
<source>The csd file contains more than one widget panel!
This is not suported by the current version,
This is not supported by the current version,
Addtional widget panels will be lost if the file is saved!</source>
<translation>Csd -tiedosto sisältää enemmän kuin yhden vimpainpaneelin!
Ohjelman nykyinen versio ei tue tätä,
Expand Down
2 changes: 1 addition & 1 deletion src/translations/qutecsound_fr.ts
Expand Up @@ -4906,7 +4906,7 @@ Il est déjà utilisé.</translation>
<message>
<location filename="../widgetlayout.cpp" line="213"/>
<source>The csd file contains more than one widget panel!
This is not suported by the current version,
This is not supported by the current version,
Addtional widget panels will be lost if the file is saved!</source>
<translation>Le fichier csd contient plus d&apos;un panneau de widgets !
Ce n&apos;est pas supporté par la version actuelle. Les panneaux
Expand Down
2 changes: 1 addition & 1 deletion src/translations/qutecsound_it.ts
Expand Up @@ -3775,7 +3775,7 @@ CanaleH:</translation>
</message>
<message>
<source>The csd file contains more than one widget panel!
This is not suported by the current version,
This is not supported by the current version,
Addtional widget panels will be lost if the file is saved!</source>
<translation type="unfinished"></translation>
</message>
Expand Down
2 changes: 1 addition & 1 deletion src/translations/qutecsound_pt.ts
Expand Up @@ -3769,7 +3769,7 @@ CanallH:</translation>
</message>
<message>
<source>The csd file contains more than one widget panel!
This is not suported by the current version,
This is not supported by the current version,
Addtional widget panels will be lost if the file is saved!</source>
<translation>Este CSD contain mais que um painel de widgets, Isto nao e&apos; suportado nesta versao. Paineis adicionais serao perdidos se o arquivo for salvo</translation>
</message>
Expand Down
2 changes: 1 addition & 1 deletion src/translations/qutecsound_ru.ts
Expand Up @@ -4726,7 +4726,7 @@ It is already used.</source>
<message>
<location filename="../widgetlayout.cpp" line="213"/>
<source>The csd file contains more than one widget panel!
This is not suported by the current version,
This is not supported by the current version,
Addtional widget panels will be lost if the file is saved!</source>
<translation>Файл csd содержи более одной панели виджетов!
Это не поддерживается в данной версии,
Expand Down
2 changes: 1 addition & 1 deletion src/translations/qutecsound_tr.ts
Expand Up @@ -2079,7 +2079,7 @@ Zaten kullanılmaktadır.</translation>
</message>
<message>
<source>The csd file contains more than one widget panel!
This is not suported by the current version,
This is not supported by the current version,
Addtional widget panels will be lost if the file is saved!</source>
<translation type="unfinished"></translation>
</message>
Expand Down
2 changes: 1 addition & 1 deletion src/translations/qutecsound_uk.ts
Expand Up @@ -3585,7 +3585,7 @@ It is already used.</source>
</message>
<message>
<source>The csd file contains more than one widget panel!
This is not suported by the current version,
This is not supported by the current version,
Addtional widget panels will be lost if the file is saved!</source>
<translation type="unfinished"></translation>
</message>
Expand Down
8 changes: 4 additions & 4 deletions src/widgetlayout.cpp
Expand Up @@ -212,8 +212,8 @@ void WidgetLayout::loadXmlWidgets(QString xmlWidgets)
if (panel.size() > 1) {
QMessageBox::warning(this, tr("More than one panel"),
tr("The csd file contains more than one widget panel!\n"
"This is not suported by the current version,\n"
"Addtional widget panels will be lost if the file is saved!"));
"This is not supported by the current version,\n"
"Additional widget panels will be lost if the file is saved!"));
}
QDomNode p = panel.item(0);
if (p.isNull()) {
Expand Down Expand Up @@ -3336,7 +3336,7 @@ void WidgetLayout::setPresetName(int num, QString name)
presets[getPresetIndex(num)].setName(name);
}
else {
qDebug() << "WidgetLayout::setPresetName invalud number.";
qDebug() << "WidgetLayout::setPresetName invalid number.";
}
}
}
Expand All @@ -3358,7 +3358,7 @@ QString WidgetLayout::getPresetName(int num)
}
else {
return QString();
qDebug() << "WidgetLayout::getPresetName invalud number.";
qDebug() << "WidgetLayout::getPresetName invalid number.";
}
}

Expand Down