git.fiddlerwoaroof.com
Browse code

typo fix

jkf authored on 26/06/2001 21:01:09
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+2001-06-26  John Foderaro  <jkf@tiger.franz.com>
2
+
3
+	*  imap.cl - fix typo in exported identifier
4
+
1 5
 2001-05-11  John Foderaro  <jkf@tiger.franz.com>
2 6
 
3 7
 	* smtp.cl: add test-email-address function to check to see
... ...
@@ -19,7 +19,7 @@
19 19
 ;; Commercial Software developed at private expense as specified in
20 20
 ;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
21 21
 ;;
22
-;; $Id: imap.cl,v 1.17 2001/05/04 16:01:45 jkf Exp $
22
+;; $Id: imap.cl,v 1.18 2001/06/26 21:01:09 jkf Exp $
23 23
 
24 24
 ;; Description:
25 25
 ;;
... ...
@@ -80,7 +80,7 @@
80 80
    #:unique-id  ; pop only
81 81
    
82 82
    #:po-condition
83
-   #:po-condition-indentifier
83
+   #:po-condition-identifier
84 84
    #:po-condition-server-string
85 85
    #:po-error
86 86