typo consant->constant in context.cc

This commit is contained in:
Emanuel Czirai 2024-03-13 20:35:24 +01:00 committed by GitHub
parent bff5c94184
commit e5840d5760
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,7 +137,7 @@ static RegisterPrimOp primop_addDrvOutputDependencies({
.name = "__addDrvOutputDependencies", .name = "__addDrvOutputDependencies",
.args = {"s"}, .args = {"s"},
.doc = R"( .doc = R"(
Create a copy of the given string where a single consant string context element is turned into a "derivation deep" string context element. Create a copy of the given string where a single constant string context element is turned into a "derivation deep" string context element.
The store path that is the constant string context element should point to a valid derivation, and end in `.drv`. The store path that is the constant string context element should point to a valid derivation, and end in `.drv`.