[gegl] Fix string typos
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Fix string typos
- Date: Sun, 20 Jun 2021 15:56:57 +0000 (UTC)
commit 2ce29d939c128d9bf89bb62f0ea84c9d3ce988ae
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date: Tue Apr 20 22:35:39 2021 +0200
Fix string typos
operations/common/negative-darkroom.c | 2 +-
operations/transform/border-align.c | 2 +-
operations/workshop/band-tune.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/operations/common/negative-darkroom.c b/operations/common/negative-darkroom.c
index 54c1d282e..0bec036d6 100644
--- a/operations/common/negative-darkroom.c
+++ b/operations/common/negative-darkroom.c
@@ -61,7 +61,7 @@ property_double (contrast, _("Contrast boost"), 1.0)
ui_gamma (2)
property_double (dodge, _("Dodge/burn multiplier"), 1.0)
- description(_("The f-stop of dodge/burn for pure white/black auxillary input"))
+ description(_("The f-stop of dodge/burn for pure white/black auxiliary input"))
value_range (-4.0, 4.0)
ui_range (0, 2)
diff --git a/operations/transform/border-align.c b/operations/transform/border-align.c
index be3f93ba5..fbd5099ce 100644
--- a/operations/transform/border-align.c
+++ b/operations/transform/border-align.c
@@ -180,7 +180,7 @@ gegl_op_class_init (GeglOpClass *klass)
"title", _("Border Align"),
"categories", "transform",
"reference-hash", "109c3f3685488a9952ca07ef18387850",
- "description", _("Aligns box of input rectangle with border of compositing target or aux' bounding-box
border, if aux pad is not connectd the op tries to figure out which bounding box' border applies."),
+ "description", _("Aligns box of input rectangle with border of compositing target or aux' bounding-box
border, if aux pad is not connected the op tries to figure out which bounding box' border applies."),
NULL);
}
diff --git a/operations/workshop/band-tune.c b/operations/workshop/band-tune.c
index af1b2ba16..b405b0259 100644
--- a/operations/workshop/band-tune.c
+++ b/operations/workshop/band-tune.c
@@ -38,7 +38,7 @@ property_double (bw1, _("Detail bandwidth"), 0.375)
property_double (radius2, _("Edge band"), 10.0)
- description(_("Features size for edge band, used to compensate for loos of edges in detail pass."))
+ description(_("Features size for edge band, used to compensate for loss of edges in detail pass."))
value_range (0.0, 100.0)
ui_range (0.5, 2.0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]