From fae44c331580996db2ec048448888d8cefc91a3d Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 2 Feb 2004 21:27:48 +0000 Subject: [PATCH] typo in comment --- dtool/src/dtoolutil/dSearchPath.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dtool/src/dtoolutil/dSearchPath.cxx b/dtool/src/dtoolutil/dSearchPath.cxx index 025d67ba23..9d67557e7d 100644 --- a/dtool/src/dtoolutil/dSearchPath.cxx +++ b/dtool/src/dtoolutil/dSearchPath.cxx @@ -281,7 +281,7 @@ find_file(const Filename &filename) const { // A special case for the "." directory: to avoid prefixing // an endless stream of ./ in front of files, if the // filename already has a ./ prefixed - // (i.e. is_fully_fully_qualified() is true), we don't + // (i.e. is_fully_qualified() is true), we don't // prefix another one. return filename; } else { @@ -320,7 +320,7 @@ find_all_files(const Filename &filename, // A special case for the "." directory: to avoid prefixing // an endless stream of ./ in front of files, if the // filename already has a ./ prefixed - // (i.e. is_fully_fully_qualified() is true), we don't + // (i.e. is_fully_qualified() is true), we don't // prefix another one. results.add_file(filename); } else {