Skip to content

Commit 0b2ea00

Browse files
committed
Fix typo
1 parent 027f6a7 commit 0b2ea00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstore/build/substitution-goal.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ void PathSubstitutionGoal::tryNext()
154154
only after we've downloaded the path. */
155155
if (!sub->isTrusted && worker.store.pathInfoIsUntrusted(*info))
156156
{
157-
warn("igoring substitute for '%s' from '%s', as it's not signed by any of the keys in 'trusted-public-keys'",
157+
warn("ignoring substitute for '%s' from '%s', as it's not signed by any of the keys in 'trusted-public-keys'",
158158
worker.store.printStorePath(storePath), sub->getUri());
159159
tryNext();
160160
return;

0 commit comments

Comments
 (0)