Kaydet (Commit) c61dc240 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I7940a112baa985e66668d847f13a271553ad5b4b
Reviewed-on: https://gerrit.libreoffice.org/68523
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 1dc25980
...@@ -118,7 +118,7 @@ namespace connectivity { namespace hsqldb ...@@ -118,7 +118,7 @@ namespace connectivity { namespace hsqldb
{ {
if ( bDropSucceeded ) if ( bDropSucceeded )
// drop succeeded, but creation failed -> re-create the view with the original // drop succeeded, but creation failed -> re-create the view with the original
// statemnet // statement
xStatement->execute( sRestoreCommand ); xStatement->execute( sRestoreCommand );
throw; throw;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment