Skip to content

Commit fc82254

Browse files
committed
fix: fix the typo in constructor
1 parent 83e8eb4 commit fc82254

12 files changed

+12
-12
lines changed

lib/ibm_watson/assistant_v1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def initialize(args = {})
9191
defaults[:iam_client_secret] = nil
9292
defaults[:icp4d_access_token] = nil
9393
defaults[:icp4d_url] = nil
94-
defaults[:authetication_type] = nil
94+
defaults[:authentication_type] = nil
9595
args = defaults.merge(args)
9696
args[:vcap_services_name] = "conversation"
9797
super

lib/ibm_watson/assistant_v2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def initialize(args = {})
9191
defaults[:iam_client_secret] = nil
9292
defaults[:icp4d_access_token] = nil
9393
defaults[:icp4d_url] = nil
94-
defaults[:authetication_type] = nil
94+
defaults[:authentication_type] = nil
9595
args = defaults.merge(args)
9696
args[:vcap_services_name] = "conversation"
9797
super

lib/ibm_watson/compare_comply_v1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def initialize(args = {})
7878
defaults[:iam_client_secret] = nil
7979
defaults[:icp4d_access_token] = nil
8080
defaults[:icp4d_url] = nil
81-
defaults[:authetication_type] = nil
81+
defaults[:authentication_type] = nil
8282
args = defaults.merge(args)
8383
args[:vcap_services_name] = "compare-comply"
8484
super

lib/ibm_watson/discovery_v1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def initialize(args = {})
9393
defaults[:iam_client_secret] = nil
9494
defaults[:icp4d_access_token] = nil
9595
defaults[:icp4d_url] = nil
96-
defaults[:authetication_type] = nil
96+
defaults[:authentication_type] = nil
9797
args = defaults.merge(args)
9898
args[:vcap_services_name] = "discovery"
9999
super

lib/ibm_watson/language_translator_v3.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def initialize(args = {})
9393
defaults[:iam_client_secret] = nil
9494
defaults[:icp4d_access_token] = nil
9595
defaults[:icp4d_url] = nil
96-
defaults[:authetication_type] = nil
96+
defaults[:authentication_type] = nil
9797
args = defaults.merge(args)
9898
args[:vcap_services_name] = "language_translator"
9999
super

lib/ibm_watson/natural_language_classifier_v1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def initialize(args = {})
8181
defaults[:iam_client_secret] = nil
8282
defaults[:icp4d_access_token] = nil
8383
defaults[:icp4d_url] = nil
84-
defaults[:authetication_type] = nil
84+
defaults[:authentication_type] = nil
8585
args = defaults.merge(args)
8686
args[:vcap_services_name] = "natural_language_classifier"
8787
super

lib/ibm_watson/natural_language_understanding_v1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def initialize(args = {})
9797
defaults[:iam_client_secret] = nil
9898
defaults[:icp4d_access_token] = nil
9999
defaults[:icp4d_url] = nil
100-
defaults[:authetication_type] = nil
100+
defaults[:authentication_type] = nil
101101
args = defaults.merge(args)
102102
args[:vcap_services_name] = "natural-language-understanding"
103103
super

lib/ibm_watson/personality_insights_v3.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def initialize(args = {})
108108
defaults[:iam_client_secret] = nil
109109
defaults[:icp4d_access_token] = nil
110110
defaults[:icp4d_url] = nil
111-
defaults[:authetication_type] = nil
111+
defaults[:authentication_type] = nil
112112
args = defaults.merge(args)
113113
args[:vcap_services_name] = "personality_insights"
114114
super

lib/ibm_watson/speech_to_text_v1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def initialize(args = {})
100100
defaults[:iam_client_secret] = nil
101101
defaults[:icp4d_access_token] = nil
102102
defaults[:icp4d_url] = nil
103-
defaults[:authetication_type] = nil
103+
defaults[:authentication_type] = nil
104104
args = defaults.merge(args)
105105
args[:vcap_services_name] = "speech_to_text"
106106
super

lib/ibm_watson/text_to_speech_v1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def initialize(args = {})
9494
defaults[:iam_client_secret] = nil
9595
defaults[:icp4d_access_token] = nil
9696
defaults[:icp4d_url] = nil
97-
defaults[:authetication_type] = nil
97+
defaults[:authentication_type] = nil
9898
args = defaults.merge(args)
9999
args[:vcap_services_name] = "text_to_speech"
100100
super

0 commit comments

Comments
 (0)