~ubuntu-branches/debian/sid/eso-midas/sid

« back to all changes in this revision

Viewing changes to test/os/testosu.c

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-sl34juxohmn4aty4
Tags: 13.09pl1.2+dfsg-1
Initial release. (Closes: #740702)

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
/*      getchar();
222
222
*/
223
223
        if (osuwrite(fd,pbuf,n_bytes) == -1) {
224
 
                printf("Error writting %d bytes, %s\n",
 
224
                printf("Error writing %d bytes, %s\n",
225
225
                        n_bytes,osmsg());
226
226
                return;
227
227
                }