Skip to content

Commit d5cecfb

Browse files
Phemisterselstoc
authored andcommitted
Update some spelling
1 parent 6628e22 commit d5cecfb

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

content/darkroom/processing-modules/multiple-instances.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: multiple instances
3-
id: mutiple-instances
3+
id: multiple-instances
44
weight: 20
55
draft: false
66
---

content/module-reference/processing-modules/demosaic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: demosaic
3-
id: demoasic
3+
id: demosaic
44
weight: 10
55
applicable-version: 3.8
66
tags:

content/module-reference/processing-modules/rotate-perspective.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ show guides
120120

121121
Here is an image with a skewed horizon and converging lines caused by directing the camera upwards:
122122

123-
![prespective-correction-example-before](./rotate-perspective/perspective-correction-example-before.png#w66)
123+
![perspective-correction-example-before](./rotate-perspective/perspective-correction-example-before.png#w66)
124124

125125
Here is the image after having corrected for vertical and horizontal perspective distortions using automatic structure detection. Note the framing adjustment made by the automatic cropping feature and the still-visible overlay of structural lines:
126126

127-
![prespective-correction-example-after](./rotate-perspective/perspective-correction-example-after.png#w66)
127+
![perspective-correction-example-after](./rotate-perspective/perspective-correction-example-after.png#w66)
128128

129129

130130

content/module-reference/processing-modules/white-balance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: white balance
3-
id: white-blaance
3+
id: white-balance
44
weight: 10
55
applicable-version: 3.4
66
tags:

content/module-reference/utility-modules/darkroom/high-quality-processing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Process the image in the darkroom view using "high quality mode", so that the di
1010

1111
Activate this mode by clicking the ![high quality processing icon](./high-quality-processing/high-quality-processing-icon.png#icon) icon at the bottom of the darkroom view.
1212

13-
Note that while this mode provides the most accurate representation of the processed image, it also results in signficant performance degradation. Please see the [types of pixelpipe](../../../darkroom/pixelpipe/the-pixelpipe-and-module-order.md#types-of-pixelpipe) section for a full discussion.
13+
Note that while this mode provides the most accurate representation of the processed image, it also results in significant performance degradation. Please see the [types of pixelpipe](../../../darkroom/pixelpipe/the-pixelpipe-and-module-order.md#types-of-pixelpipe) section for a full discussion.

content/module-reference/utility-modules/darkroom/history-stack.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: history stack
3-
id: history-staack
3+
id: history-stack
44
applicable-version: 3.8
55
tags:
66
view: darkroom

content/module-reference/utility-modules/lighttable/import.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The following additional options are available to control the file and directory
123123
import job
124124
: The name of the import job (populated into the `$(JOBCODE)` variable).
125125

126-
override todays's date
126+
override today's date
127127
: Enter a valid date/time (in `YYYY-MM-DD[Thh:mm:ss]` format) if you want to override the current date/time used when expanding the variables `$(YEAR)`, `$(MONTH)`, `$(DAY)`, `$(HOUR)`, `$(MINUTE)` and `$(SECONDS)`. Leave the field empty otherwise.
128128

129129
base directory naming pattern

content/module-reference/utility-modules/shared/tagging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ There are a number of ways to attach an existing tag to a group of selected imag
186186
- Press Ctrl+T to open a small text box at the bottom of the central view of the lighttable. Type in the name of a tag and press Enter. The tag will be created if it doesn't exist, and attached to all the selected images.
187187
- Drag an image or group of images and drop it onto the desired tag.
188188

189-
When hovering over the images in the ligthtable you can check which tags are attached to the image, either by looking at the _attached tags_ window in the _tagging_ module, or in the _tags_ attribute in the [image information](./image-information.md) module.
189+
When hovering over the images in the lighttable you can check which tags are attached to the image, either by looking at the _attached tags_ window in the _tagging_ module, or in the _tags_ attribute in the [image information](./image-information.md) module.
190190

191191
## detach tag
192192

content/special-topics/darktable-chart/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: using darktable-chart
3-
id: darktable-chartg
3+
id: darktable-chart
44
weight: 40
55
draft: false
66
author: "people"

content/special-topics/variables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ $(JOBCODE) internal jobcode of current job
119119

120120
# metadata
121121

122-
Fields from the [metadata editor](../module-reference/utility-modules/shared/metadata-editor.md) can be used for variable substition using the last part of the associated tag name as the variable name. For example, the xmp tag `Xmp.iptc.location` is available as the variable `$(LOCATION)`.
122+
Fields from the [metadata editor](../module-reference/utility-modules/shared/metadata-editor.md) can be used for variable substitution using the last part of the associated tag name as the variable name. For example, the xmp tag `Xmp.iptc.location` is available as the variable `$(LOCATION)`.
123123

124124

125125
# string substitution

0 commit comments

Comments
 (0)