spell offset right. not part of the build.

git-svn-id: svn://10.0.0.236/trunk@59085 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com 2000-01-28 17:30:58 +00:00
parent 60bd657d44
commit f27d75e16f

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);
};