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:
parent
a13558c917
commit
54b61b6cd5
@ -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 = "";
|
||||
|
Loading…
Reference in New Issue
Block a user