From d105c6a79b4a5ec2d28e9f9425e9928b9a5384c2 Mon Sep 17 00:00:00 2001 From: spixx Date: Sat, 11 Nov 2006 11:43:23 +0000 Subject: [PATCH] *** empty log message *** --- src/coordinate.cpp | 2 +- src/coordinate.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/coordinate.cpp b/src/coordinate.cpp index ffef1c7..6bc9a5e 100644 --- a/src/coordinate.cpp +++ b/src/coordinate.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/coordinate.h b/src/coordinate.h index 70c990a..6d1b63f 100644 --- a/src/coordinate.h +++ b/src/coordinate.h @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -25,7 +25,7 @@ /** - * 3d coordinate + * 3D coordinate */ class Coordinate { -- 2.34.1