summaryrefslogtreecommitdiff
path: root/textbook_companion.module
diff options
context:
space:
mode:
authorprashantsinalkar2014-08-21 17:40:03 +0530
committerprashantsinalkar2014-08-21 17:40:03 +0530
commitdf339f2977d430a8e00078cb1611e1c6c07bb737 (patch)
tree0139bc38f970d460173320f80cbdcd1e2982c8d8 /textbook_companion.module
parented1849c3e2f6724169e1827d988a98811929ab9c (diff)
downloadscilab_textbook_companion-df339f2977d430a8e00078cb1611e1c6c07bb737.tar.gz
scilab_textbook_companion-df339f2977d430a8e00078cb1611e1c6c07bb737.tar.bz2
scilab_textbook_companion-df339f2977d430a8e00078cb1611e1c6c07bb737.zip
fixed some spelling mistakes
Diffstat (limited to 'textbook_companion.module')
-rwxr-xr-xtextbook_companion.module8
1 files changed, 4 insertions, 4 deletions
diff --git a/textbook_companion.module b/textbook_companion.module
index 5d358ef..ef51500 100755
--- a/textbook_companion.module
+++ b/textbook_companion.module
@@ -693,8 +693,8 @@ function textbook_companion_aicte_proposal_all() {
$page_content .= "<ul>";
$page_content .= "<li>These are the list of books available for <em>Textbook Companion</em> proposal.</li>";
$page_content .= "<li>Please <a href='/user'><b><u>Login</u></b></a> to create a proposal.</li>";
- $page_content .= "<li>Unable to propose perticular book: <a id='aicte-report' href='#'>Click here</a></li>";
- $page_content .= "<li>Do not wish to propose any of above books: <a id='aicte-report' href='http://fossee.in/feedback/scilab-aicte' target = _blank>Click here</a></li>";
+ $page_content .= "<li>Unable to propose particular book: <a id='aicte-report' href='#'>Click here</a></li>";
+ $page_content .= "<li>Do not wish to propose any of the above books: <a id='aicte-report' href='http://fossee.in/feedback/scilab-aicte' target = _blank>Click here</a></li>";
$page_content .= "</ul>";
$page_content .= "<div id='aicte-list-wrapper'>";
$num_rows = mysql_num_rows($result);
@@ -761,8 +761,8 @@ function textbook_companion_aicte_proposal_all() {
variable_del("aicte_".$user->uid);
$page_content .= "<h5><b>* Please select any 3 books from the below available list.</b></h5>";
- $page_content .= "Unable to propose perticular book: <a id='aicte-report' href='#'>Click here</a></br>";
- $page_content .= "Do not wish to propose any of above books: <a id='aicte-report' href='http://fossee.in/feedback/scilab-aicte' target = _blank>Click here</a>";
+ $page_content .= "Unable to propose particular book: <a id='aicte-report' href='#'>Click here</a></br>";
+ $page_content .= "Do not wish to propose any of the above books: <a id='aicte-report' href='http://fossee.in/feedback/scilab-aicte' target = _blank>Click here</a>";
$page_content .= drupal_get_form("textbook_companion_aicte_report_form");
$page_content .= drupal_get_form("textbook_companion_aicte_proposal_form");
return $page_content;