Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some typos in ww_install.pl #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bin/ww_install.pl
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ sub get_wwadmin_user {
###########################################################################
#
# The first decision is whether or not to create a webwork admin user.
# The purpose ofdoing this would be to allow the webwork admin user to
# The purpose of doing this would be to allow the webwork admin user to
# edit the webwork system code (e.g. for updates) while restricting
# that user from having write access to other files outside of his
# home directory. If the system administrator(s) and webwork
Expand Down Expand Up @@ -1638,7 +1638,7 @@ sub get_root_url {
my $print_me = <<END;
#################################################################
# Server root url: Please enter the url of your webwork server. If you
# are just installing it locally for testing, you probabably want
# are just installing it locally for testing, you probably want
#
# http://localhost
#
Expand Down Expand Up @@ -1894,7 +1894,7 @@ END
$print_me = <<END;
##############################################################
# If you would like me to create a new database and user for
# webwork, you will need ot know the root mysql password.
# webwork, you will need to know the root mysql password.
#
# If such a database and mysql user has already been created,
# you will need to know (a) the name of the database, (b) the
Expand Down