From ca67299367d89c7b353a88c27ed02062dc25703b Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sun, 14 Dec 2003 15:02:28 +0000 Subject: [PATCH] fixed typo svn path=/trunk/; revision=7027 --- reactos/subsys/system/explorer/utility/shellclasses.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/explorer/utility/shellclasses.h b/reactos/subsys/system/explorer/utility/shellclasses.h index f5b9bbfe373..b37d623bd8c 100644 --- a/reactos/subsys/system/explorer/utility/shellclasses.h +++ b/reactos/subsys/system/explorer/utility/shellclasses.h @@ -805,7 +805,7 @@ struct StrRetW : public STRRET }; - /// Retreival of file system paths of ShellPath objects + /// Retrieval of file system paths of ShellPath objects class FileSysShellPath : public ShellPath { TCHAR _fullpath[MAX_PATH];