diff --git a/public/assets/javascript/check_in.js b/public/assets/javascript/check_in.js
index 0ed0da41..482489ac 100644
--- a/public/assets/javascript/check_in.js
+++ b/public/assets/javascript/check_in.js
@@ -31,7 +31,7 @@ var checkinApp = new Vue({
this.$http.post(Attendize.checkInSearchRoute, {q: this.searchTerm}).then(function (res) {
this.attendees = res.data;
this.searchResultsCount = (Object.keys(res.data).length);
- console.log('Succesfully fetched attendees')
+ console.log('Successfully fetched attendees')
}, function () {
console.log('Failed to fetch attendees')
});
diff --git a/resources/lang/en/Controllers.php b/resources/lang/en/Controllers.php
index d5d170ce..56faab63 100644
--- a/resources/lang/en/Controllers.php
+++ b/resources/lang/en/Controllers.php
@@ -24,8 +24,8 @@ return array (
'attendee_already_checked_in' => 'Attendee already checked in at :time ',
'attendee_check_in_success' => 'Success !
Name: :name
Reference: :ref
Ticket: :ticket.',
'attendee_exception' => 'An error occurred while inviting this attendee. Please try again.',
- 'attendee_successfully_checked_in' => 'Attendee Succesfully Checked In',
- 'attendee_successfully_checked_out' => 'Attendee Succesfully Checked Out',
+ 'attendee_successfully_checked_in' => 'Attendee Successfully Checked In',
+ 'attendee_successfully_checked_out' => 'Attendee Successfully Checked Out',
'attendee_successfully_invited' => 'Attendee Successfully Invited!',
'cant_delete_ticket_when_sold' => 'Sorry, you can\'t delete this ticket as some have already been sold',
'check_in_all_tickets' => 'Check in all tickets associated to this order',