Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 6a05033

Browse files
melvolnjX
authored andcommitted
Fix typos in documentation
1 parent 1a3e39f commit 6a05033

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/client/QXmppClientExtension.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ bool QXmppClientExtension::handleStanza(const QDomElement &)
7373
/// stanzas.
7474
///
7575
/// \param stanza The DOM element to be handled.
76-
/// \param e2eeMetadata If the element has been decrypted this contains metdata
76+
/// \param e2eeMetadata If the element has been decrypted this contains metadata
7777
/// about the encryption.
7878
///
7979
/// \return You should return true if the stanza was handled and no further

src/client/QXmppE2eeExtension.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
/// Encrypts a QXmppMessage and returns the serialized XML stanza with encrypted
4848
/// contents via QFuture.
4949
///
50-
/// If the message cannot be encrypted for whatever reason you can either
50+
/// If the message cannot be encrypted for whatever reason, you can either
5151
/// serialize the message unencrypted and return that or return a SendError with
5252
/// an error message.
5353
///
@@ -58,7 +58,7 @@
5858
/// Encrypts a QXmppIq and returns the serialized XML stanza with encrypted
5959
/// contents via QFuture.
6060
///
61-
/// If the IQ cannot be encrypted for whatever reason you can either serialize
61+
/// If the IQ cannot be encrypted for whatever reason, you can either serialize
6262
/// the IQ unencrypted and return that or return a SendError with an error
6363
/// message.
6464
///

0 commit comments

Comments
 (0)