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 +} 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.'); } }); }