Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jun 5, 2024
1 parent d2eeabf commit 3e72ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libexpr/print.cc
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class Printer
storePath = state.coerceToStorePath(i->pos, *i->value, context, "while evaluating the drvPath of a derivation");
}

/* This unforutately breaks printing nested values because of
/* This unfortunately breaks printing nested values because of
how the pretty printer is used (when pretting printing and warning
to same terminal / std stream). */
#if 0
Expand Down

0 comments on commit 3e72ed9

Please sign in to comment.