You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/12/12 02:09:51 UTC

[GitHub] sijie commented on a change in pull request #3168: Refactor api commands (WIP)

sijie commented on a change in pull request #3168: Refactor api commands (WIP)
URL: https://github.com/apache/pulsar/pull/3168#discussion_r240860669
 
 

 ##########
 File path: pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdSources.java
 ##########
 @@ -382,7 +382,7 @@ void processArguments() throws Exception {
 
         protected void validateSourceConfigs(SourceConfig sourceConfig) {
             if (isBlank(sourceConfig.getArchive())) {
-                throw new ParameterException("Source archive not specfied");
+                throw new ParameterException("Source archive not specified");
 
 Review comment:
   let's not couple fixing typos with other changes.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services