From d04616a81cf2e51c83cb96f6908233ffc54b2971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Mon, 8 Jun 2015 07:47:52 +0200 Subject: [PATCH 1/2] spelling fix --- Aips/Scripts/AssignLab.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Aips/Scripts/AssignLab.js b/Aips/Scripts/AssignLab.js index e1459b0..a19df13 100644 --- a/Aips/Scripts/AssignLab.js +++ b/Aips/Scripts/AssignLab.js @@ -20,7 +20,7 @@ function getFacultyCourses() { $('#facultyCourses').html(e); }, error: function (e) { - alert('An error has ocured retrieving the data.'); + alert('An error has occurred retrieving the data.'); } }); } @@ -45,7 +45,7 @@ function showSubjects() { $('#timetable-section').remove(); }, error: function (e) { - alert('An error has ocured retrieving the data.'); + alert('An error has occurred retrieving the data.'); } }); } @@ -63,8 +63,8 @@ function setSelectedSubject(radioBtn) { $('#assistants').html(e); }, error: function (e) { - alert('An error has ocured retrieving the data.'); + alert('An error has occurred retrieving the data.'); } }); -} \ No newline at end of file +} From a3fe9c62ca05813ece2bb36e5ae31090871fb20a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Mon, 8 Jun 2015 11:22:31 +0200 Subject: [PATCH 2/2] spelling fix --- Aips/Scripts/CreateSubject.js | 2 +- Aips/Scripts/ExamCopies.js | 4 ++-- Aips/Scripts/Scheduling.js | 2 +- Aips/Scripts/Surveys.js | 2 +- Aips/Views/Administration/Accounts.cshtml | 2 +- Aips/Views/StudentsOffice/RescheduleLecture.cshtml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Aips/Scripts/CreateSubject.js b/Aips/Scripts/CreateSubject.js index d11af22..43fd60d 100644 --- a/Aips/Scripts/CreateSubject.js +++ b/Aips/Scripts/CreateSubject.js @@ -21,7 +21,7 @@ function showSubjects() { $('#coursesProfessors').html(e); }, error: function (e) { - alert('An error has ocured retrieving the data.'); + alert('An error has occurred retrieving the data.'); } }); } diff --git a/Aips/Scripts/ExamCopies.js b/Aips/Scripts/ExamCopies.js index d40a16f..3ea950b 100644 --- a/Aips/Scripts/ExamCopies.js +++ b/Aips/Scripts/ExamCopies.js @@ -32,7 +32,7 @@ function showSubjects() { $('#timetable-section').remove(); }, error: function (e) { - alert('An error has ocured retrieving the data.'); + alert('An error has occurred retrieving the data.'); } }); } @@ -53,7 +53,7 @@ function setSelectedSubject(radioBtn) { $('#examsForSubject').html(e); }, error: function (e) { - alert('An error has ocured retrieving the data.'); + alert('An error has occurred retrieving the data.'); } }); diff --git a/Aips/Scripts/Scheduling.js b/Aips/Scripts/Scheduling.js index 69c0159..36afce0 100644 --- a/Aips/Scripts/Scheduling.js +++ b/Aips/Scripts/Scheduling.js @@ -49,7 +49,7 @@ function showTimetable() { } }, error: function (e) { - alert('An error ocured retrieving the data.'); + alert('An error occurred retrieving the data.'); } }); } diff --git a/Aips/Scripts/Surveys.js b/Aips/Scripts/Surveys.js index 576fe89..d35c5d7 100644 --- a/Aips/Scripts/Surveys.js +++ b/Aips/Scripts/Surveys.js @@ -280,7 +280,7 @@ function submitSurvey() { }, error: function (e) { - alert('An error has ocured.'); + alert('An error has occurred.'); } }); diff --git a/Aips/Views/Administration/Accounts.cshtml b/Aips/Views/Administration/Accounts.cshtml index 4ff1b3d..0727bcf 100644 --- a/Aips/Views/Administration/Accounts.cshtml +++ b/Aips/Views/Administration/Accounts.cshtml @@ -55,7 +55,7 @@ $("#searchResults").html(e); }, error: function (e) { - alert('An error ocured retrieving the data.'); + alert('An error occurred retrieving the data.'); } }); }); diff --git a/Aips/Views/StudentsOffice/RescheduleLecture.cshtml b/Aips/Views/StudentsOffice/RescheduleLecture.cshtml index 87f8ac2..b9bdcd9 100644 --- a/Aips/Views/StudentsOffice/RescheduleLecture.cshtml +++ b/Aips/Views/StudentsOffice/RescheduleLecture.cshtml @@ -52,7 +52,7 @@ $('#timetable').html(e); }, error: function (e) { - alert('An error ocured retrieving the data.'); + alert('An error occurred retrieving the data.'); } }); }