Commit 13c99e8b authored by vasil's avatar vasil

branches/zip:

Fix typos in comment.
parent cbe16b87
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# #
# Purpose: Build a dynamic plugin that can be distributed to users. # Purpose: Build a dynamic plugin that can be distributed to users.
# #
# Usage: This scripts takes at the minimum 4 parameters: # Usage: This script takes at the minimum 4 parameters:
# 1. the MySQL source directory, # 1. the MySQL source directory,
# #
# 2. the plugin build directory - better if this doesn't exist, # 2. the plugin build directory - better if this doesn't exist,
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# the tar file. e.g. innodb-5.1-1.0.b1.tar.gz when extracted should # the tar file. e.g. innodb-5.1-1.0.b1.tar.gz when extracted should
# have a top level directory named "innodb-5.1-1.0.b1". # have a top level directory named "innodb-5.1-1.0.b1".
# #
# 4. path to to the target mysqlbug file or '-', if the third param is # 4. path to the target mysqlbug file or '-', if the third param is
# '-' then all options following it are passed to the configure command. # '-' then all options following it are passed to the configure command.
# #
# Note: The mysqlbug file is normally located in the bin directory where you # Note: The mysqlbug file is normally located in the bin directory where you
......
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