~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.h

  • Committer: Brian Aker
  • Date: 2009-10-30 21:14:33 UTC
  • Revision ID: brian@gaz-20091030211433-n6p1b0u32iadu0t8
Clean up some mispellings

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
  std::string table_definition_ext;
123
123
 
124
124
public:
125
 
  const std::string& getTableDefinotionExt()
 
125
  const std::string& getTableDefinitionExt()
126
126
  {
127
127
    return table_definition_ext;
128
128
  }