Bug 106386 Correct misspellings in source code

r=bc rs=brendan


git-svn-id: svn://10.0.0.236/trunk@214626 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org 2006-11-02 20:21:50 +00:00
parent 6218d16e39
commit 5538f16a30
6 changed files with 7 additions and 7 deletions

View File

@ -49,7 +49,7 @@ interface nsILDAPSyncQuery : nsISupports {
*
* Create a new LDAP connection do a synchronous LDAP search and return
* the results.
* @param aServerURL - LDAP URL with parameters to a LDAP seach
* @param aServerURL - LDAP URL with parameters to a LDAP search
* ("ldap://host/base?attributes?one/sub?filter")
* @param aProtocolVersion - LDAP protocol version to use for connection
* (nsILDAPConnection.idl has symbolic constants)

View File

@ -1380,7 +1380,7 @@ public abstract class ScriptableObject implements Scriptable, Serializable,
/**
* Puts a named property in an object or in an object in its prototype chain.
* <p>
* Seaches for the named property in the prototype chain. If it is found,
* Searches for the named property in the prototype chain. If it is found,
* the value of the property in <code>obj</code> is changed through a call
* to {@link Scriptable#put(String, Scriptable, Object)} on the prototype
* passing <code>obj</code> as the <code>start</code> argument. This allows
@ -1403,7 +1403,7 @@ public abstract class ScriptableObject implements Scriptable, Serializable,
/**
* Puts an indexed property in an object or in an object in its prototype chain.
* <p>
* Seaches for the indexed property in the prototype chain. If it is found,
* Searches for the indexed property in the prototype chain. If it is found,
* the value of the property in <code>obj</code> is changed through a call
* to {@link Scriptable#put(int, Scriptable, Object)} on the prototype
* passing <code>obj</code> as the <code>start</code> argument. This allows

View File

@ -89,7 +89,7 @@ tabs.historyItem=Group of Tabs
# urlbarBindings.xml
# LOCALIZATION NOTE: This is for the location bar drop-down string:
# "Seach " + search_engine_name + " for " + user_input
# "Search " + search_engine_name + " for " + user_input
# e.g. "Search Google for abc"
# DO NOT change the %S order when translate, the first %S must be the search engine name.
searchFor=Search %S for "%S"

View File

@ -15,7 +15,7 @@
<SEARCH
version = "7.1"
name="BBC News"
description="Seaches BBC News"
description="Searches BBC News"
method="GET"
action="http://newssearch.bbc.co.uk/cgi-bin/search/results.pl"
searchform="http://news.bbc.co.uk/"

View File

@ -52,7 +52,7 @@ $logfile = &trick_taint($logfile);
die "Error: No tree named $tree" unless -r "$tree/treedata.pl";
require "$tree/treedata.pl";
# Seach the build log for the scrape data
# Search the build log for the scrape data
#
my $gz = gzopen("$tree/$logfile", "rb")
or die "gzopen($tree/$logfile): $!\n";

View File

@ -59,7 +59,7 @@ interface nsIAutoCompleteStatus {
[scriptable, uuid(4BA0A181-097C-11d4-A449-CD1A8B47ED7C)]
interface nsIAutoCompleteListener : nsISupports {
/* onStatus is called by the autocomplete session during the seach */
/* onStatus is called by the autocomplete session during the search */
void onStatus(in wstring statusText);
/* onAutoComplete is called by the autocomplete session when the search is done or over */