diff --git a/proto/cmp/services/accommodation/v1/search.proto b/proto/cmp/services/accommodation/v1/search.proto index c81542c..7fcad4a 100644 --- a/proto/cmp/services/accommodation/v1/search.proto +++ b/proto/cmp/services/accommodation/v1/search.proto @@ -94,7 +94,7 @@ message AccommodationSearchRequest { // accommodations like hotel and holiday home searches within the platform. // // In the response a search_id must be included and a search_option_id for every -// bookable option responded. Included, compulsary and optional services can be +// bookable option responded. Included, compulsory and optional services can be // included. A simple "free cancellation upto" can be set or full cancellation // pilicies can be included. message AccommodationSearchResponse { diff --git a/proto/cmp/services/accommodation/v2/search.proto b/proto/cmp/services/accommodation/v2/search.proto index 5e84166..c0e1722 100644 --- a/proto/cmp/services/accommodation/v2/search.proto +++ b/proto/cmp/services/accommodation/v2/search.proto @@ -94,7 +94,7 @@ message AccommodationSearchRequest { // accommodations like hotel and holiday home searches within the platform. // // In the response a search_id must be included and a search_option_id for every -// bookable option responded. Included, compulsary and optional services can be +// bookable option responded. Included, compulsory and optional services can be // included. A simple "free cancellation upto" can be set or full cancellation // pilicies can be included. message AccommodationSearchResponse { diff --git a/proto/cmp/services/insurance/v1/search.proto b/proto/cmp/services/insurance/v1/search.proto index 49ea5cb..6869cb6 100644 --- a/proto/cmp/services/insurance/v1/search.proto +++ b/proto/cmp/services/insurance/v1/search.proto @@ -62,7 +62,7 @@ message InsuranceSearchRequest { // insurances like hotel and holiday home searches within the platform. // // In the response a search_id must be included and a search_option_id for every -// bookable option responded. Included, compulsary and optional services can be +// bookable option responded. Included, compulsory and optional services can be // included. A simple "free cancellation upto" can be set or full cancellation // pilicies can be included. message InsuranceSearchResponse { diff --git a/proto/cmp/services/transport/v1/trip_types.proto b/proto/cmp/services/transport/v1/trip_types.proto index b4d33a0..479eca8 100644 --- a/proto/cmp/services/transport/v1/trip_types.proto +++ b/proto/cmp/services/transport/v1/trip_types.proto @@ -50,7 +50,7 @@ message TripSegment { // Sub supplier code, replacing Operating carrier or identifying sub contracted // services provided by other suppliers. // - // DB could be selling an intenational train trip operated by the Dutch Nederlands + // DB could be selling an international train trip operated by the Dutch Nederlands // Spoorwegen (NS) or the French SNCF. Holiday Taxis could be selling a transfer // that is operated by Transunion. string sub_supplier_code = 4; @@ -92,7 +92,7 @@ message TripSegment { // transfer: "Shuttle", "Private", "VIP Limosine", "Speedy Shuttle",... string service_type_description = 10; - // Included, optional or compulsary services for this segment or leg. Just a code and + // Included, optional or compulsory services for this segment or leg. Just a code and // description can be included if it is a package (seat, priority, large carry-on). // or a price detail can be included for optionally pre-ordered meals for example. repeated cmp.types.v1.ServiceFact services = 11; diff --git a/proto/cmp/services/transport/v2/trip_types.proto b/proto/cmp/services/transport/v2/trip_types.proto index a4fb894..306cdf9 100644 --- a/proto/cmp/services/transport/v2/trip_types.proto +++ b/proto/cmp/services/transport/v2/trip_types.proto @@ -50,7 +50,7 @@ message TripSegment { // Sub supplier code, replacing Operating carrier or identifying sub contracted // services provided by other suppliers. // - // DB could be selling an intenational train trip operated by the Dutch Nederlands + // DB could be selling an international train trip operated by the Dutch Nederlands // Spoorwegen (NS) or the French SNCF. Holiday Taxis could be selling a transfer // that is operated by Transunion. string sub_supplier_code = 4; @@ -92,7 +92,7 @@ message TripSegment { // transfer: "Shuttle", "Private", "VIP Limosine", "Speedy Shuttle",... string service_type_description = 10; - // Included, optional or compulsary services for this segment or leg. Just a code and + // Included, optional or compulsory services for this segment or leg. Just a code and // description can be included if it is a package (seat, priority, large carry-on). // or a price detail can be included for optionally pre-ordered meals for example. repeated cmp.types.v2.ServiceFact services = 11; diff --git a/proto/cmp/services/transport/v3/search.proto b/proto/cmp/services/transport/v3/search.proto index fcdc390..71da617 100644 --- a/proto/cmp/services/transport/v3/search.proto +++ b/proto/cmp/services/transport/v3/search.proto @@ -5,7 +5,7 @@ syntax = "proto3"; // The Transport Service is used for flights, trains, and buses. // // Any search message response in the Camino Messenger Protocol only includes -// dynamic data. Static data can be cached and kept up to data with the Product List +// dynamic data. Static data can be cached and kept up to date with the Product List // and Product Details messages. // // This package is a WIP. diff --git a/proto/cmp/services/transport/v3/trip_types.proto b/proto/cmp/services/transport/v3/trip_types.proto index a4b6b42..31fa263 100644 --- a/proto/cmp/services/transport/v3/trip_types.proto +++ b/proto/cmp/services/transport/v3/trip_types.proto @@ -66,7 +66,7 @@ message TripSegment { // transfer: "Shuttle", "Private", "VIP Limosine", "Speedy Shuttle",... string service_type_description = 3; - // Included, optional or compulsary services for this segment or leg. Just a code and + // Included, optional or compulsory services for this segment or leg. Just a code and // description can be included if it is a package (seat, priority, large carry-on). // or a price detail can be included for optionally pre-ordered meals for example. repeated cmp.types.v2.ServiceFact services = 4; @@ -115,7 +115,7 @@ message SegmentInfo { // Sub supplier code, replacing Operating carrier or identifying sub contracted // services provided by other suppliers. // - // DB could be selling an intenational train trip operated by the Dutch Nederlands + // DB could be selling an international train trip operated by the Dutch Nederlands // Spoorwegen (NS) or the French SNCF. Holiday Taxis could be selling a transfer // that is operated by Transunion. string sub_supplier_code = 4; diff --git a/proto/cmp/types/v1/service_fact.proto b/proto/cmp/types/v1/service_fact.proto index 3976d67..a38d1e7 100644 --- a/proto/cmp/types/v1/service_fact.proto +++ b/proto/cmp/types/v1/service_fact.proto @@ -11,7 +11,7 @@ import "cmp/types/v1/price.proto"; // travellers have an early flight. Or cleaning cost must be included for every booking // of a holiday home. // -// It is important that these optional, included or compulsary services are simple. For +// It is important that these optional, included or compulsory services are simple. For // complex combinations like a hotel with a rent-a-car or a skipass or ski lessons, packages // should be used so that each service can be described properly and a choice of what car, // which ski pass and what level of ski class that be properly selected. diff --git a/proto/cmp/types/v2/service_fact.proto b/proto/cmp/types/v2/service_fact.proto index 04cd26c..b441f42 100644 --- a/proto/cmp/types/v2/service_fact.proto +++ b/proto/cmp/types/v2/service_fact.proto @@ -11,7 +11,7 @@ import "cmp/types/v2/price.proto"; // travellers have an early flight. Or cleaning cost must be included for every booking // of a holiday home. // -// It is important that these optional, included or compulsary services are simple. For +// It is important that these optional, included or compulsory services are simple. For // complex combinations like a hotel with a rent-a-car or a skipass or ski lessons, packages // should be used so that each service can be described properly and a choice of what car, // which ski pass and what level of ski class that be properly selected.