Skip to content

Commit b91ddf2

Browse files
Fix typos (#989)
Fix typos Reviewed-by: Matej Focko
2 parents e53f200 + b2a6c6b commit b91ddf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/specfile-advanced/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ you can take a look at [Introduction to specfile library](posts/specfile-introdu
1919

2020
Imagine you want to make changes to a spec file that requires some sources
2121
to be present at the time of parsing such as sources referenced from shell
22-
expansions (`%(date +%F -r %{SOURCE0})`), includes some external files
22+
expansions (e.g. `%(date +%F -r %{SOURCE0})`), includes some external files
2323
using the `%include` directive, or loads external macrofiles with the `%load` macro,
2424
but all you have is the spec file itself.
2525

@@ -245,7 +245,7 @@ within a spec file in the same manner, trying to preserve macro substitutions an
245245
macro definitions (or even tag values in case of e.g. `%{version}`) if possible. It is up to you
246246
to replace the original string with the result (that can but doesn't have to be exactly the same).
247247

248-
::: info
248+
:::info
249249

250250
The algorithm first tokenizes the string to be updated. Then it determines which macro substitutions
251251
within the string can be affected by modifying bodies of preceding macro definitions or values

0 commit comments

Comments
 (0)