diff options
author | maheshgudi | 2017-10-25 13:17:44 +0530 |
---|---|---|
committer | maheshgudi | 2017-10-25 13:17:44 +0530 |
commit | b82a1a25e62d7eb73f16512dc8fc5a9985596dca (patch) | |
tree | 7b5c77f8c09012c702190a99fea225d511d51eb1 | |
parent | eaf1735f748279f3c9c313375c51f2f886292934 (diff) | |
download | online_test-b82a1a25e62d7eb73f16512dc8fc5a9985596dca.tar.gz online_test-b82a1a25e62d7eb73f16512dc8fc5a9985596dca.tar.bz2 online_test-b82a1a25e62d7eb73f16512dc8fc5a9985596dca.zip |
Fix typo in changelog
-rw-r--r-- | CHANGELOG.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8460bca..ab9e4b2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,7 +5,7 @@ * Added the facility to search for user profiles on admin site. * Replaced json format with yaml format for downloading and uploading questions. * Fixed a bug that returned multiple answerpaper objects for a user. -* Fixed a bug that allowed anyonymous users access quit exam page. +* Fixed a bug that allowed anonymous users access quit exam page. * Fixed a bug that prevented moderators from changing passwords. * Fixed a bug that returned nonetype object as the last attempted answer. * Updated the validation of MCQ/MCC type question. |