Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
velicuvlad committed Oct 4, 2024
1 parent 4e50ac7 commit 90a540a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objective-C/Internal/Replicator/CBLHTTPLogic.m
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ + (NSString*) userAgent {
#if TARGET_OS_IPHONE
@"iOS",
#else
@"Mac OS X",
@"macOS",
#endif
process.operatingSystemVersionString];
}
Expand Down

0 comments on commit 90a540a

Please sign in to comment.