From 3ced9e4b9fd7ff52badb346bfb654eb54d6bc6cc Mon Sep 17 00:00:00 2001
From: Lukas Werner <lks.werner@fau.de>
Date: Sat, 27 Jan 2018 01:13:16 +0100
Subject: [PATCH] Fix typo

---
 src/pe/raytracing/Raytracer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pe/raytracing/Raytracer.h b/src/pe/raytracing/Raytracer.h
index 1a1c23981..3dc53f15f 100644
--- a/src/pe/raytracing/Raytracer.h
+++ b/src/pe/raytracing/Raytracer.h
@@ -84,7 +84,7 @@ private:
    std::string tBufferOutputDirectory_; //!< Path to the tbuffer output directory
    //@}
    
-   Vec3 n_;                   //!< The normal vector of viewing plane.
+   Vec3 n_;                   //!< The normal vector of the viewing plane.
    Vec3 u_;                   //!< The vector spanning the viewing plane in the "right direction".
    Vec3 v_;                   //!< The vector spanning the viewing plane in the "up direction".
    real_t d_;                 //!< The the distance from camera to viewing plane.
-- 
GitLab