diff --git a/src/stage.cc b/src/stage.cc index 2c5791dc..5ab2a069 100644 --- a/src/stage.cc +++ b/src/stage.cc @@ -142,7 +142,7 @@ nonstd::expected 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,