summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2020-04-08 12:44:26 -0700
committerAlexander Larsson <alexander.larsson@gmail.com>2020-04-16 09:22:11 +0200
commit129d72e6679885533b0779a7ff9a185edc3d55f4 (patch)
tree35b80887be06c110bcea560c271df9d49921b617
parentcff972e42230b987e96a9b8f740ca2bc2dceb161 (diff)
downloadflatpak-129d72e6679885533b0779a7ff9a185edc3d55f4.tar.gz
transaction: Fix a typo in a comment
-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 4d57e59f..8140572d 100644
--- a/common/flatpak-transaction.c
+++ b/common/flatpak-transaction.c
@@ -3194,7 +3194,7 @@ sort_ops (FlatpakTransaction *self)
priv->ops = NULL;
/* First mark runnable all jobs that depend on nothing.
- Note that this seesntially reverses the original list, so these
+ Note that this essentially reverses the original list, so these
are in the same order as specified */
for (l = remaining; l != NULL; l = next)
{