summaryrefslogtreecommitdiff
path: root/asnlib
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2005-03-24 17:57:54 +0000
committerAaron M. Ucko <ucko@debian.org>2005-03-24 17:57:54 +0000
commit9dd1ccc4b3f1bac2a7dda6ff84c690c05aaca0af (patch)
tree90701a363bcd56ba5c0cfc0a82a3a1b1aad2b29c /asnlib
parentf22906b4b2a6ff3f8a318fec92d95baf9e9965a6 (diff)
Load ncbi (6.1.20040505) into ncbi-tools6/branches/upstream/current.
Diffstat (limited to 'asnlib')
-rw-r--r--asnlib/asndebin.c7
-rw-r--r--asnlib/asntool.c7
2 files changed, 10 insertions, 4 deletions
diff --git a/asnlib/asndebin.c b/asnlib/asndebin.c
index 86e1c4f6..db43899c 100644
--- a/asnlib/asndebin.c
+++ b/asnlib/asndebin.c
@@ -29,7 +29,7 @@
*
* Version Creation Date: 3/4/91
*
-* $Revision: 6.6 $
+* $Revision: 6.7 $
*
* File Description:
* Special binary form (BER) decoder for ASN.1
@@ -45,6 +45,9 @@
* 08-01-93 Gish AsnDeBinReadString calls MemGet instead of MemNew
*
* $Log: asndebin.c,v $
+* Revision 6.7 2004/04/01 13:43:05 lavr
+* Spell "occurred", "occurrence", and "occurring"
+*
* Revision 6.6 2003/12/10 15:41:19 sirotkin
* As per toolkit RT request 15030485 and Jim Ostell, afety checks after ato2=AsnFindBaseIsa(atp) were added.
*
@@ -539,7 +542,7 @@ NLM_EXTERN Int4 AsnDeBinScanTag (AsnIoPtr aip)
* returns START_STRUCT
* END_STRUCT
* 1 if ok
-* 0 if an error occured
+* 0 if an error occurred
* if (valueptr == NULL)
* just checks that value is of proper type
*
diff --git a/asnlib/asntool.c b/asnlib/asntool.c
index adb39068..1ebbdc13 100644
--- a/asnlib/asntool.c
+++ b/asnlib/asntool.c
@@ -29,7 +29,7 @@
*
* Version Creation Date: 1/1/91
*
-* $Revision: 6.13 $
+* $Revision: 6.14 $
*
* File Description:
* Main routine for asntool. Uses the ASN.1 library routines to perform
@@ -43,6 +43,9 @@
*
*
* $Log: asntool.c,v $
+* Revision 6.14 2004/04/01 13:43:05 lavr
+* Spell "occurred", "occurrence", and "occurring"
+*
* Revision 6.13 2001/10/11 14:39:08 ostell
* added support for XMLModulePrefix
*
@@ -85,7 +88,7 @@
* Revision changed to 6.0
*
* Revision 5.1 1996/11/26 20:02:42 vakatov
-* Added ErrClear() after GetArgs() to disable warnings occured during
+* Added ErrClear() after GetArgs() to disable warnings occurred during
* the reading of configuration files
*
* Revision 5.0 1996/05/28 14:00:29 ostell