Skip to content

Commit

Permalink
typo consant->constant in context.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
correabuscar authored Mar 13, 2024
1 parent bff5c94 commit e5840d5
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 e5840d5

Please sign in to comment.