Skip to content

Commit 7ef4b26

Browse files
committed
Fix little typos
1 parent 6b90c37 commit 7ef4b26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Classes/OTRKit.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ extern NSString * const OTRKitMessageStateDidChangeNotification;
164164
* to the appropriate chat protocol manager to send the actual message.
165165
*
166166
* @param otrKit Reference to shared instance
167-
* @param message Message to be sent over the network. May contain ciphertext.
167+
* @param message Message to be sent over the network. May contain cipher text.
168168
* @param username The account name of the remote user
169169
* @param accountName The account name of the local user
170170
* @param protocol The protocol of the exchange
@@ -183,7 +183,7 @@ extern NSString * const OTRKitMessageStateDidChangeNotification;
183183
*
184184
* @param otrKit Reference to shared instance
185185
* @param encodedMessage Plain text message
186-
* @param wasEncrypted Whether or not encodedMessage message is ciphertext, or just plaintext appended with the opportunistic whitespace. This is just a check of the encodedMessage message for a "?OTR" prefix.
186+
* @param wasEncrypted Whether or not encodedMessage message is cipher text, or just plaintext appended with the opportunistic whitespace. This is just a check of the encodedMessage message for a "?OTR" prefix.
187187
* @param username The account name of the remote user
188188
* @param accountName The account name of the local user
189189
* @param protocol The protocol of the exchange

Classes/OTRKitAuthenticationDialogPrivate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ NS_ASSUME_NONNULL_BEGIN
4343
LocalizedString(@"OTRKitAuthenticationDialog", (_key_), ##__VA_ARGS__)
4444

4545
#pragma mark -
46-
#pragma makr Headers
46+
#pragma mark Headers
4747

4848
@interface OTRKitAuthenticationDialog ()
4949
@property (nonatomic, copy) NSString *cachedUsername;

0 commit comments

Comments
 (0)