Skip to content

Commit

Permalink
Fix some spelling errors: "separated", not "seperated".
Browse files Browse the repository at this point in the history
  • Loading branch information
rkulagowski committed Dec 31, 2010
1 parent 971df95 commit 47f035e
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,3 +10,4 @@ moc_*.cpp
*.dll
*.def
object_script.*
*~
2 changes: 1 addition & 1 deletion mythplugins/mytharchive/mytharchivehelper/main.cpp
Expand Up @@ -2463,7 +2463,7 @@ static void showUsage()
cout << "-t/--createthumbnail infile thumblist outfile framecount\n";
cout << " (create one or more thumbnails)\n";
cout << " infile - filename of recording to grab thumbs from\n";
cout << " thumblist - comma seperated list of required thumbs in seconds\n";
cout << " thumblist - comma separated list of required thumbs in seconds\n";
cout << " outfile - name of file to save thumbs to eg 'thumb%1-%2.jpg'\n";
cout << " %1 will be replaced with the no. of the thumb\n";
cout << " %2 will be replaced with the frame no.\n";
Expand Down
4 changes: 2 additions & 2 deletions mythplugins/mythgame/mythgame/gamesettings.cpp
Expand Up @@ -169,7 +169,7 @@ class Command : public LineEditSetting, public GameDBStorage
LineEditSetting(this), GameDBStorage(this, parent, "commandline")
{
setLabel(QObject::tr("Command"));
setHelpText(QObject::tr("Binary and optional parameters. Multiple commands seperated with \';\' . Use \%s for the rom name. \%d1, \%d2, \%d3 and \%d4 represent disks in a multidisk/game. %s auto appended if not specified"));
setHelpText(QObject::tr("Binary and optional parameters. Multiple commands separated with \';\' . Use \%s for the rom name. \%d1, \%d2, \%d3 and \%d4 represent disks in a multidisk/game. %s auto appended if not specified"));
};
};

Expand Down Expand Up @@ -218,7 +218,7 @@ class Extensions : public LineEditSetting, public GameDBStorage
LineEditSetting(this), GameDBStorage(this, parent, "extensions")
{
setLabel(QObject::tr("File Extensions"));
setHelpText(QObject::tr("A Comma seperated list of all file extensions for this emulator. Blank means any file under ROM PATH is considered to be used with this emulator"));
setHelpText(QObject::tr("A comma separated list of all file extensions for this emulator. Blank means any file under ROM PATH is considered to be used with this emulator"));
};
};

Expand Down
2 changes: 1 addition & 1 deletion mythplugins/mythvideo/mythvideo/scripts/jamu-example.conf
Expand Up @@ -214,7 +214,7 @@ min_poster_size: 200
# 'translate' String translations used in place of English 'Season' and 'Episode' literals used when
# parsing a directory folder for TV Series, season and episode numbers.
# Default is English 'Season' and 'Episode'. e.g. the German strings would be 'Staffel' and 'Folge'
# (Options) Two comma seperated stings in the order Season then Episode literals.
# (Options) Two comma separated stings in the order Season then Episode literals.
# NOTE: See this link for supported path/file name formats: http://www.mythtv.org/wiki/MythVideo_File_Parsing
#translate: Staffel,Folge

Expand Down
12 changes: 6 additions & 6 deletions mythtv/bindings/python/MythTV/tmdb/tmdb_api.py
Expand Up @@ -406,9 +406,9 @@ def textUtf8(self, text):


def getCategories(self, categories_et):
"""Takes an element tree Element ('categories') and create a string of comma seperated film
"""Takes an element tree Element ('categories') and create a string of comma separated film
categories
return comma seperated sting of film category names
return comma separated string of film category names
For example:
<categories>
Expand All @@ -430,9 +430,9 @@ def getCategories(self, categories_et):


def getStudios(self, studios_et):
"""Takes an element tree Element ('studios') and create a string of comma seperated film
"""Takes an element tree Element ('studios') and create a string of comma separated film
studios names
return comma seperated sting of film studios names
return comma separated string of film studios names
For example:
<studios>
Expand All @@ -452,9 +452,9 @@ def getStudios(self, studios_et):
return cat

def getProductionCountries(self, countries_et):
"""Takes an element tree Element ('countries') and create a string of comma seperated film
"""Takes an element tree Element ('countries') and create a string of comma separated film
countries
return comma seperated sting of countries associated with the film
return comma separated string of countries associated with the film
For example:
<countries>
Expand Down
4 changes: 2 additions & 2 deletions mythtv/contrib/development/MythXMLTest/CDS.html
Expand Up @@ -196,7 +196,7 @@
<td colspan="2">&nbsp;</td>
<td class="param">Filter</td>
<td>&nbsp;</td>
<td class="desc">Comma-seperated list of properties to return in xml (* == all) &lt;required&gt;</td>
<td class="desc">Comma-separated list of properties to return in xml (* == all) &lt;required&gt;</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
Expand Down Expand Up @@ -303,7 +303,7 @@
<td colspan="2">&nbsp;</td>
<td class="param">Filter</td>
<td>&nbsp;</td>
<td class="desc">Comma-seperated list of properties to return in xml (* == all) &lt;required&gt;</td>
<td class="desc">Comma-separated list of properties to return in xml (* == all) &lt;required&gt;</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmyth/mythcommandlineparser.cpp
Expand Up @@ -780,7 +780,7 @@ QString MythCommandLineParser::GetHelpString(bool with_header) const
msg << "--override-settings-file <file> " << endl
<< " "
<< "File containing KEY=VALUE pairs for settings" << endl
<< " Use a comma seperated list to return multiple values"
<< " Use a comma separated list to return multiple values"
<< endl;
}

Expand Down
4 changes: 2 additions & 2 deletions mythtv/libs/libmythtv/eitfixup.cpp
Expand Up @@ -863,7 +863,7 @@ void EITFixUp::FixUK(DBEventEIT &event) const
*/
void EITFixUp::FixPBS(DBEventEIT &event) const
{
/* Used for PBS ATSC Subtitles are seperated by a colon */
/* Used for PBS ATSC Subtitles are separated by a colon */
int position = event.description.indexOf(':');
if (position != -1)
{
Expand Down Expand Up @@ -1121,7 +1121,7 @@ void EITFixUp::FixComHem(DBEventEIT &event, bool process_subtitle) const
void EITFixUp::FixAUStar(DBEventEIT &event) const
{
event.category = event.subtitle;
/* Used for DVB-S Subtitles are seperated by a colon */
/* Used for DVB-S Subtitles are separated by a colon */
int position = event.description.indexOf(':');
if (position != -1)
{
Expand Down
4 changes: 2 additions & 2 deletions mythtv/programs/mythcommflag/README.txt
Expand Up @@ -23,7 +23,7 @@ for further processing.
--outputmethod specifies the output format and will be explained
later in this file, options are essentials and full

--method comma seperated list of commercial flagging methods to
--method comma separated list of commercial flagging methods to
use, by default all methods are employed. But you can choose other
combinations or employ a single method. "mythcommflag --help"
shows all options available.
Expand Down Expand Up @@ -150,7 +150,7 @@ applications but the change from one format to another
indicates that a new clip is being played.

The next column is the flag column, and is the most useful for
many applications. In the verbose form this is a comma seperated
many applications. In the verbose form this is a comma separated
set of flags that the commercial flagger sets when a threshold
in the detection values has been exceeded. The flags are:
"skipped", "blank", "scene", "logo", "aspect", and "rating".
Expand Down

0 comments on commit 47f035e

Please sign in to comment.