summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2023-02-21 16:36:25 +0000
committerSimon McVittie <smcv@collabora.com>2023-02-21 19:59:30 +0000
commit0b106a992f3cb1674c42a4f5c143b41de7136547 (patch)
tree92ca7eeefc0d2a06b9cdc14e86568e0ac5367fac
parent9db4cc7d7b941bf3ae46f265a44fef0a979bfacd (diff)
downloadflatpak-0b106a992f3cb1674c42a4f5c143b41de7136547.tar.gz
transaction: Fix a minor typo in a documentation comment
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
-rw-r--r--common/flatpak-transaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/flatpak-transaction.c b/common/flatpak-transaction.c
index 893b118d..420e3d59 100644
--- a/common/flatpak-transaction.c
+++ b/common/flatpak-transaction.c
@@ -1189,7 +1189,7 @@ flatpak_transaction_class_init (FlatpakTransactionClass *klass)
* The ::operation-error signal gets emitted when an error occurs during the
* execution of the transaction.
*
- * Returns: the %TRUE to contine transaction, %FALSE to stop
+ * Returns: the %TRUE to continue transaction, %FALSE to stop
*/
signals[OPERATION_ERROR] =
g_signal_new ("operation-error",