Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pborreli authored and martint committed Nov 13, 2013
1 parent 78045f8 commit 7f59764
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion presto-docs/src/main/sphinx/functions/window.rst
Expand Up @@ -8,7 +8,7 @@ Invoking a window function requires special syntax using the ``OVER``
clause to specify the window. A window has three components:

* The partition specification, which separates the input rows into different
partitions. This is analgous to how the ``GROUP BY`` clause separates rows
partitions. This is analogous to how the ``GROUP BY`` clause separates rows
into different groups for aggregate functions.
* The ordering specification, which determines the order in which input rows
will be processed by the window function.
Expand Down
2 changes: 1 addition & 1 deletion presto-docs/src/main/sphinx/installation/cli.rst
Expand Up @@ -17,6 +17,6 @@ Run the CLI with the ``--help`` option to see the available options.

By default, the results of queries are paginated using the ``less`` program
which is configured with a carefully selected set of options. This behavior
can be overriden by setting the environment variable ``PRESTO_PAGER`` to the
can be overridden by setting the environment variable ``PRESTO_PAGER`` to the
name of a different program such as ``more``, or set it to an empty value
to completely disable pagination.
2 changes: 1 addition & 1 deletion presto-docs/src/main/sphinx/installation/deployment.rst
Expand Up @@ -187,7 +187,7 @@ Log Levels
^^^^^^^^^^

The optional log levels file, ``etc/log.properties``, allows setting the
miminum log level for named logger hierarchies. Every logger has a name,
minimum log level for named logger hierarchies. Every logger has a name,
which is typically the fully qualified name of the class that uses the logger.
Loggers have a hierarchy based on the dots in the name (like Java packages).
For example, consider the following log levels file:
Expand Down

0 comments on commit 7f59764

Please sign in to comment.