← Back to team overview

linux-traipu team mailing list archive

[Bug 970941] Re: Spelling error in plugin/innobase/xtrabackup/xtrabackup.cc

 

** Patch added: "Patch applied in Debian"
   https://bugs.launchpad.net/bugs/970941/+attachment/2982817/+files/fix_spellings.patch

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/970941

Title:
  Spelling error in plugin/innobase/xtrabackup/xtrabackup.cc

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  New

Bug description:
  Spelling error: registerd --> registered

  This patch is currently appied to the Debian package:

  --- a/plugin/innobase/xtrabackup/xtrabackup.cc                                                                                                                                                                                                                                                                                 
  +++ b/plugin/innobase/xtrabackup/xtrabackup.cc                                                                                                                                                                                                                                                                                 
  @@ -5052,7 +5052,7 @@                                                                                                                                                                                                                                                                                                          
                          HASH_INSERT(xtrabackup_tables_t, name_hash, tables_hash,                                                                                                                                                                                                                                               
                                          ut_fold_string(table->name), table);                                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                                                                                                 
  -                       printf("xtrabackup: table '%s' is registerd to the list.\n", table->name);                                                                                                                                                                                                                             
  +                       printf("xtrabackup: table '%s' is registered to the list.\n", table->name);                                                                                                                                                                                                                            
                  }                                                                                                                                                                                                                                                                                                              
          }                                                                                                                                                                                                                                                                                                                      
   skip_tables_file_register:              

  coldtobi

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/970941/+subscriptions


References