Github user phrocker commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/244#discussion_r162194212
  
    --- Diff: main/MiNiFiMain.cpp ---
    @@ -110,7 +110,7 @@ int main(int argc, char **argv) {
       }
     
       if (signal(SIGINT, sigHandler) == SIG_ERR || signal(SIGTERM, sigHandler) 
== SIG_ERR || signal(SIGPIPE, SIG_IGN) == SIG_ERR) {
    -    logger->log_error("Can not install signal handler");
    +    logger->log_error("Cannot install signal handler");
    --- End diff --
    
    Seems unnecessary, both are acceptable spellings. 


---

Reply via email to