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

Spelling errors on 7.x-4.0 branch issue #3 #4

Open
wants to merge 5 commits into
base: 7.x-3.0
Choose a base branch
from
Open
Show file tree
Hide file tree
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ The Mainlab Chado Loader is created by Main Bioinformatics Lab (Main Lab) at Was
- Drupal 7.x

## Version
1.0.0
2.0.0

##Download
The MainLab Chado Loader module can be download from GitHub:

https://www.github.com/tripal/mainlab_chado_loader
https://github.com/tripal/mainlab_chado_loader

## Installation
After downloading the module, extract it into your site's module directory
Expand Down Expand Up @@ -76,7 +76,7 @@ After downloading the module, extract it into your site's module directory
The file name should be 'mcl_template_stock_gdr.inc'
```
ii. Place the newly created class file under the template directory.
The template directory is 'mcl/include/class/template/module/'.
The template directory is 'mcl/templates'.

b. Go to the admin page.

Expand Down
2 changes: 1 addition & 1 deletion includes/admin/mcl.admin.config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function mcl_admin_config_form($form, &$form_state) {

// MCL Library directory.
$form['config_path']['mcl_library_dir'] = array(
'#title' => t('MCL Library Directasory'),
'#title' => t('MCL Library Directory'),
'#type' => t('textfield'),
'#description' => t("Please specify the library directory for MCL."),
'#required' => TRUE,
Expand Down
Loading