IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4301


Ignore:
Timestamp:
Jun 17, 2005, 12:17:29 PM (21 years ago)
Author:
eugene
Message:

fixed typo

Location:
trunk/Ohana/src/opihi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.data/open_image.c

    r3693 r4301  
    6161  sprintf (socket_name, "/tmp/Kii.XXXXXX");
    6262  if ((fd = mkstemp (socket_name)) == -1) {
    63     fprintf (stderr, "error starting kapa\n");
     63    fprintf (stderr, "error starting kii\n");
    6464    return (FALSE);
    6565  }
  • trunk/Ohana/src/opihi/lib.shell/command.c

    r3901 r4301  
    7878}
    7979
    80 void print_ncals () {
    81   fprintf (stderr, "Ncalls command: %d\n", Ncalls);
     80void print_ncalls () {
     81  fprintf (stderr, "Ncalls to command(): %d\n", Ncalls);
    8282}
Note: See TracChangeset for help on using the changeset viewer.