diff mbox series

[bug#63177] website: posts: Fix typo in Dissecting Guix, Part 1: Derivations.

Message ID 20230429175842.29010-1-wolf@wolfsden.cz
State New
Headers show
Series [bug#63177] website: posts: Fix typo in Dissecting Guix, Part 1: Derivations. | expand

Commit Message

Tomas Volf April 29, 2023, 5:58 p.m. UTC
* website/posts/dissecting-guix-1-derivations.md: Fix typo.
---
I think in the blog post `preffixing' was used by accident instead of
`sufficing'. The demonstrated usage itself (for glib:bin) is correct.

I hope this is correct list to send patch for website to (I was told so on the
irc.).

 website/posts/dissecting-guix-1-derivations.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

\( April 29, 2023, 7:08 p.m. UTC | #1
Wolf <wolf@wolfsden.cz> writes:
> * website/posts/dissecting-guix-1-derivations.md: Fix typo.
> ---
> I think in the blog post `preffixing' was used by accident instead of
> `sufficing'. The demonstrated usage itself (for glib:bin) is correct.

Oops, my bad :)

>
> I hope this is correct list to send patch for website to (I was told so on the
> irc.).

Yeah, it is...
Ludovic Courtès April 30, 2023, 9:18 p.m. UTC | #2
Hi,

Wolf <wolf@wolfsden.cz> skribis:

> * website/posts/dissecting-guix-1-derivations.md: Fix typo.

Applied, thanks!
diff mbox series

Patch

diff --git a/website/posts/dissecting-guix-1-derivations.md b/website/posts/dissecting-guix-1-derivations.md
index ffd217c..a3f908c 100644
--- a/website/posts/dissecting-guix-1-derivations.md
+++ b/website/posts/dissecting-guix-1-derivations.md
@@ -66,7 +66,7 @@  $ guix build glib
 
 `glib` produces five `/gnu/store` items, because it's possible for a package to
 produce multiple [outputs](https://guix.gnu.org/manual/en/html_node/Packages-with-Multiple-Outputs.html).
-Each output can be referred to separately, by prefixing a package's name with
+Each output can be referred to separately, by suffixing a package's name with
 `:OUTPUT` where supported.  For example, this
 [`guix install`](https://guix.gnu.org/manual/en/html_node/Invoking-guix-package.html)
 invocation will add `glib`'s `bin` output to your profile: