Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
syoyo committed Jun 3, 2024
1 parent ecb9840 commit 39ccd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ nonstd::expected<const Prim *, std::string> Stage::GetPrimAtPath(

DCOUT("Not found.");
return nonstd::make_unexpected("Cannot find path <" + path.full_path_name() +
"> int the Stage.\n");
"> in the Stage.\n");
}

bool Stage::find_prim_at_path(const Path &path, const Prim *&prim,
Expand Down

0 comments on commit 39ccd7e

Please sign in to comment.