spell offset right. not part of the build.

This commit is contained in:
sspitzer%netscape.com 2000-01-28 17:30:58 +00:00
parent ba3bd27a63
commit 2bf93be997

View File

@ -40,5 +40,5 @@ interface nsIKeyedStreamGenerator: nsISupports {
readonly attribute float level;
/* get the byte at position "offset" in the stream */
octet getByte(in unsigned long offest);
octet getByte(in unsigned long offset);
};