// Author: Vadim Zeitlin
// Modified by:
// Created: 03.04.1998
-// RCS-ID: $Id$
// Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// get StdKey from root HKEY
static StdKey GetStdKeyFromHkey(WXHKEY hkey);
- // extacts the std key prefix from the string (return value) and
+ // extracts the std key prefix from the string (return value) and
// leaves only the part after it (i.e. modifies the string passed!)
static StdKey ExtractKeyName(wxString& str);