Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-623

LP:790983 - Typo in extra/yassl/src/yassl_error.cpp

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: None

      Description

      The word "protocol" is misspelled in an error message:

      --- extra/yassl/src/yassl_error.cpp     2010-04-28 12:52:24 +0000
      +++ extra/yassl/src/yassl_error.cpp     2011-03-01 17:03:38 +0000
      @@ -128,7 +128,7 @@
               break;
      
           case badVersion_error :
      -        strncpy(buffer, "protocl version mismatch", max);
      +        strncpy(buffer, "protocol version mismatch", max);
               break;
      
           case compress_error :
      

      Same typo is in a comment in mysql-test/t/show_check.test, FYI

        Gliffy Diagrams

          Attachments

            Activity

            Hide
            ratzpo Rasmus Johansson added a comment -

            Launchpad bug id: 790983

            Show
            ratzpo Rasmus Johansson added a comment - Launchpad bug id: 790983
            Hide
            elenst Elena Stepanova added a comment -

            The typo was fixed in revision-id: georgi.kodinov@oracle.com-20120217095114-xqo0c03ko3lt5ga0 in 5.0 and higher

            Show
            elenst Elena Stepanova added a comment - The typo was fixed in revision-id: georgi.kodinov@oracle.com-20120217095114-xqo0c03ko3lt5ga0 in 5.0 and higher

              People

              • Assignee:
                Unassigned
                Reporter:
                dougbarton Doug Barton
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: