| Index: chrome/browser/resources/print_preview/search/destination_search.js
|
| diff --git a/chrome/browser/resources/print_preview/search/destination_search.js b/chrome/browser/resources/print_preview/search/destination_search.js
|
| index 9baa9263dc46422b808162fa3c9180e2834ca203..110111c4723fd7930f113c029aad83e64bf085a0 100644
|
| --- a/chrome/browser/resources/print_preview/search/destination_search.js
|
| +++ b/chrome/browser/resources/print_preview/search/destination_search.js
|
| @@ -31,7 +31,7 @@ cr.define('print_preview', function() {
|
|
|
| /**
|
| * Data store holding printer sharing invitations.
|
| - * @type {!print_preview.DestinationStore}
|
| + * @type {!print_preview.InvitationStore}
|
| * @private
|
| */
|
| this.invitationStore_ = invitationStore;
|
| @@ -473,7 +473,7 @@ cr.define('print_preview', function() {
|
| },
|
|
|
| /**
|
| - * @param {!printe_preview.Invitation} invitation Invitation to show.
|
| + * @param {!print_preview.Invitation} invitation Invitation to show.
|
| * @private
|
| */
|
| showInvitation_: function(invitation) {
|
|
|