# HG changeset patch
# User Julien Cristau <julien.cristau@logilab.fr>
# Date 1438075607 -7200
# Node ID d8df2c7cff1a8aadeaf4d803f84592dda1e702a8
# Parent  c39749d14c537eb41e67da42fa794caf0c88e45d
[server] typo fix

diff -r c39749d14c53 -r d8df2c7cff1a server/querier.py
--- a/server/querier.py	Tue Jul 28 11:15:36 2015 +0200
+++ b/server/querier.py	Tue Jul 28 11:26:47 2015 +0200
@@ -76,7 +76,7 @@
 
 def check_relations_read_access(cnx, select, args):
     """Raise :exc:`Unauthorized` if the given user doesn't have credentials to
-    read relations used in the givel syntaxt tree
+    read relations used in the given syntax tree
     """
     # use `term_etype` since we've to deal with rewritten constants here,
     # when used as an external source by another repository.