8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 17:23:03 +01:00

Totally misc: typo in comment.

This commit is contained in:
robocop 2004-10-04 04:43:42 +00:00
parent a13558c917
commit 54b61b6cd5

View File

@ -85,7 +85,7 @@ void PathUtils::splitLastComponent(Firebird::PathName& path, Firebird::PathName&
if (pos == Firebird::PathName::npos)
{
pos = orgPath.rfind('/'); // temp hack to make it work with paths,
// not exoanded by ISC_expand_filename
// not expanded by ISC_expand_filename
if (pos == Firebird::PathName::npos)
{
path = "";