Skip to content

Commit

Permalink
fix comments typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-c4t committed Oct 16, 2024
1 parent 176f6b9 commit 779dbed
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion proto/cmp/services/accommodation/v1/search.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion proto/cmp/services/accommodation/v2/search.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion proto/cmp/services/insurance/v1/search.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions proto/cmp/services/transport/v1/trip_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions proto/cmp/services/transport/v2/trip_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion proto/cmp/services/transport/v3/search.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions proto/cmp/services/transport/v3/trip_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion proto/cmp/types/v1/service_fact.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion proto/cmp/types/v2/service_fact.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 779dbed

Please sign in to comment.