From 57f1c8a11a42b6c9225eaf7f6d821b81da4ad799 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Wed, 19 Oct 2022 20:49:41 +0200 Subject: [PATCH] Fix spelling mistake Signed-off-by: Vertexwahn --- bazel/example/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/example/main.cpp b/bazel/example/main.cpp index c41d1193e2..3cd081cddc 100644 --- a/bazel/example/main.cpp +++ b/bazel/example/main.cpp @@ -3,7 +3,7 @@ #include -// Function copied (with minior modifications) from pbrt-v3 (https://github.com/mmp/pbrt-v3) which is under BSD-2-Clause License +// Function copied (with minor modifications) from pbrt-v3 (https://github.com/mmp/pbrt-v3) which is under BSD-2-Clause License static void WriteImageEXR ( const std::string& name,