From 39ccd7e378945f392bfce171489d1e5bad935072 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Mon, 3 Jun 2024 21:28:47 +0900 Subject: [PATCH] Fix typo. --- src/stage.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,