1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 21:17:58 +01:00

Fix some typos.

This commit is contained in:
Štěpán Němec
2011-07-06 16:19:33 +02:00
parent 30c24f8a5c
commit 0add26f61a
4 changed files with 5 additions and 5 deletions

View File

@@ -482,7 +482,7 @@ var Buffer = Module("buffer", {
},
/**
* Find the counth last link on a page matching one of the given
* Find the *count*th last link on a page matching one of the given
* regular expressions, or with a @rel or @rev attribute matching
* the given relation. Each frame is searched beginning with the
* last link and progressing to the first, once checking for
@@ -927,7 +927,7 @@ var Buffer = Module("buffer", {
* url: The URL to view.
* doc: The document to view.
* line: The line to select.
* column: the column to select.
* column: The column to select.
*
* If no URL is provided, the current document is used.
* @default The current buffer.