pgoldstein    2002/10/08 17:21:06

  Modified:    src/java/org/apache/james/nntpserver/repository
                        ArticleIDRepository.java
  Log:
  Fixing comment typo.
  
  Revision  Changes    Path
  1.10      +1 -1      
jakarta-james/src/java/org/apache/james/nntpserver/repository/ArticleIDRepository.java
  
  Index: ArticleIDRepository.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-james/src/java/org/apache/james/nntpserver/repository/ArticleIDRepository.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ArticleIDRepository.java  4 Oct 2002 08:17:49 -0000       1.9
  +++ ArticleIDRepository.java  9 Oct 2002 00:21:06 -0000       1.10
  @@ -24,7 +24,7 @@
    * the rest of line have <newsgroup name>=<article number>
    * Allows fast lookup of a message by message id.
    *
  - * This class allows a process to iterate and sycnhronize messages with other NNTP 
Servers.
  + * This class allows a process to iterate and synchronize messages with other NNTP 
Servers.
    * This may be inefficient. It may be better to use an alternate, more 
    * efficient process for synchronization and this class for sanity check.
    *
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to