Make the tone of the error messages a bit less formal, by using
[obnox/wireshark/wip.git] / tap-rpcstat.c
index 61471d7dc882a57663ff1458466d21152a88bd95..6941838c72f40f68bb33e9d568a9de891a218b56 100644 (file)
@@ -318,7 +318,7 @@ rpcstat_init(char *optarg)
        g_hash_table_foreach(rpc_procs, (GHFunc)rpcstat_find_procs, NULL);
        if(rpc_min_proc==-1){
                fprintf(stderr,"tethereal: Invalid -z rpc,rrt,%d,%d\n",rpc_program,rpc_version);
-               fprintf(stderr,"   Program:%d version:%d is not supported by tethereal.\n", rpc_program, rpc_version);
+               fprintf(stderr,"   Program:%d version:%d isn't supported by tethereal.\n", rpc_program, rpc_version);
                exit(1);
        }