From ea41e77c22215baaff684a46f1f307bdef8d0a59 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Mon, 10 Sep 2001 03:02:06 +0000 Subject: [PATCH] fix typo. --- doc/src/sgml/lobj.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/lobj.sgml b/doc/src/sgml/lobj.sgml index e452233966..82d115b638 100644 --- a/doc/src/sgml/lobj.sgml +++ b/doc/src/sgml/lobj.sgml @@ -1,5 +1,5 @@ @@ -204,7 +204,7 @@ int lo_write(PGconn *conn, int fd, const char *buf, size_t len) int lo_read(PGconn *conn, int fd, char *buf, size_t len) - reads len bytes from large object fd into byf. The fd + reads len bytes from large object fd into buf. The fd argument must have been returned by a previous lo_open. The number of bytes actually read is returned. In the event of an error, the return value is negative.