~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.cc

  • Committer: Andrew Hutchings
  • Date: 2010-10-26 23:46:28 UTC
  • mto: (1883.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1884.
  • Revision ID: andrew@linuxjedi.co.uk-20101026234628-ofhbcl1b2kl981og
Add quoting to the end of the table definition
Fix spelling error

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
    }
228
228
    catch (...)
229
229
    {
230
 
      std::cout << _("Error inserting into destnation database") << std::endl;
 
230
      std::cout << _("Error inserting into destination database") << std::endl;
231
231
      if (not ignore_errors)
232
232
        maybe_exit(EX_DRIZZLEERR);
233
233
    }