Skip to content

Commit a7ab2ca

Browse files
authored
the the typos (#9726)
1 parent 38ac1bb commit a7ab2ca

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

Crashlytics/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
4141

4242
# Build up the arguments list, passing through any flags added, and quoting
43-
# every argument in case there are spaces in any of the the paths.
43+
# every argument in case there are spaces in any of the paths.
4444
ARGUMENTS=''
4545
for i in "$@"; do
4646
ARGUMENTS="$ARGUMENTS \"$i\""

FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuth.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ NS_SWIFT_NAME(Auth)
820820
@param URL The URL received by the application delegate from any of the openURL method.
821821
@return Whether or the URL is handled. YES means the URL is for Firebase Auth
822822
so the caller should ignore the URL from further processing, and NO means the
823-
the URL is for the app (or another libaray) so the caller should continue handling
823+
the URL is for the app (or another library) so the caller should continue handling
824824
this URL as usual.
825825
@remarks If swizzling is disabled, URLs received by the application delegate must be forwarded
826826
to this method for phone number auth to work.
@@ -843,7 +843,7 @@ NS_SWIFT_NAME(Auth)
843843
notification in question.
844844
@return Whether or the notification is handled. A return value of true means the notification
845845
is for Firebase Auth so the caller should ignore the notification from further processing,
846-
and false means the the notification is for the app (or another libaray) so the caller
846+
and false means the notification is for the app (or another library) so the caller
847847
should continue handling this notification as usual.
848848
@remarks If swizzling is disabled, related remote notifications must be forwarded to this method
849849
for phone number auth to work.

FirebaseAuth/Sources/Utilities/FIRAuthErrorUtils.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@
759759
}
760760

761761
/** @var FIRAuthErrorCodeString
762-
@brief The the error short string, based on the error code.
762+
@brief The error short string, based on the error code.
763763
@remarks No default case so that we get a compiler warning if a new value was added to the enum.
764764
*/
765765
static NSString *const FIRAuthErrorCodeString(FIRAuthErrorCode code) {

FirebaseAuth/Tests/Unit/FIRUserTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ @interface FIRSecureTokenService ()
370370

371371
/** @fn hasValidAccessToken
372372
@brief private method exposed so it can be mocked to prevent the fake expiration date from
373-
affecting the the unit tests.
373+
affecting the unit tests.
374374
*/
375375
- (BOOL)hasValidAccessToken;
376376
@end

FirebaseDynamicLinks/Sources/FIRDynamicLinkNetworking.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ FOUNDATION_EXPORT NSString *const kApiaryRestBaseUrl;
7070

7171
/**
7272
* @class FIRDynamicLinkNetworking
73-
* @abstract The class used to handle all network communications for the the service.
73+
* @abstract The class used to handle all network communications for the service.
7474
*/
7575
@interface FIRDynamicLinkNetworking : NSObject
7676

FirebaseDynamicLinks/Sources/Public/FirebaseDynamicLinks/FDLURLComponents.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ NS_SWIFT_NAME(DynamicLinkIOSParameters)
172172

173173
/**
174174
@property minimumAppVersion
175-
@abstract The the minimum version of your app that can open the link. If the
175+
@abstract The minimum version of your app that can open the link. If the
176176
* installed app is an older version, the user is taken to the AppStore to upgrade the app.
177177
* Note: It is app's developer responsibility to open AppStore when received link declares
178178
* higher minimumAppVersion than currently installed.

Firestore/Protos/nanopb_cpp_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ class GeneratedFile:
295295
- 'eof' -- the very end of file, right before the include guard.
296296
297297
In addition, each header also defines a 'struct:Foo' insertion point inside
298-
each struct declaration, where 'Foo' is the the name of the struct.
298+
each struct declaration, where 'Foo' is the name of the struct.
299299
300300
See the official protobuf docs for more information on insertion points:
301301
https://github.com/protocolbuffers/protobuf/blob/129a7c875fc89309a2ab2fbbc940268bbf42b024/src/google/protobuf/compiler/plugin.proto#L125-L162

Firestore/core/src/local/leveldb_key.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ class LevelDbIndexEntryDocumentKeyIndexKey {
922922
};
923923

924924
/**
925-
* A key in the index_entries table, storing the the encoded entries for all
925+
* A key in the index_entries table, storing the encoded entries for all
926926
* fields used by a given index.
927927
*
928928
* Note: `array_value` is expected to be set for all queries.

Firestore/core/src/remote/remote_store.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ void RemoteStore::StopListening(TargetId target_id) {
190190
}
191191

192192
void RemoteStore::SendWatchRequest(const TargetData& target_data) {
193-
// We need to increment the the expected number of pending responses we're due
193+
// We need to increment the expected number of pending responses we're due
194194
// from watch so we wait for the ack to process any messages from this target.
195195
watch_change_aggregator_->RecordPendingTargetRequest(target_data.target_id());
196196
watch_stream_->WatchQuery(target_data);

Firestore/core/src/util/filesystem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class Filesystem {
138138

139139
/**
140140
* Recursively deletes the contents of the given pathname. If the pathname is
141-
* a file, deletes just that file. The the pathname is a directory, deletes
141+
* a file, deletes just that file. The pathname is a directory, deletes
142142
* everything within the directory.
143143
*
144144
* @return Ok if the directory was deleted or did not exist.

0 commit comments

Comments
 (0)