Change rtm to stm

This commit is contained in:
Keith Winstein
2011-08-05 20:09:54 -04:00
parent 1b3443befd
commit b0b36ddf94
6 changed files with 14 additions and 9 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ int main( void )
}
if ( strcmp( nl_langinfo( CODESET ), "UTF-8" ) != 0 ) {
fprintf( stderr, "rtm requires a UTF-8 locale.\n" );
fprintf( stderr, "stm requires a UTF-8 locale.\n" );
exit( 1 );
}
@@ -116,7 +116,7 @@ int main( void )
}
}
printf( "[rtm is exiting.]\n" );
printf( "[stm is exiting.]\n" );
return 0;
}