Skip to content

Commit

Permalink
Merge pull request #10239 from correabuscar/patch-1
Browse files Browse the repository at this point in the history
typo consant->constant in context.cc
  • Loading branch information
roberth authored Mar 13, 2024
2 parents bff5c94 + e5840d5 commit c152c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libexpr/primops/context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ static RegisterPrimOp primop_addDrvOutputDependencies({
.name = "__addDrvOutputDependencies",
.args = {"s"},
.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`.
Expand Down

0 comments on commit c152c27

Please sign in to comment.