1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 13:05:51 +03:00

[blog] fix typo

This commit is contained in:
Tim Stack 2024-01-10 09:08:44 -08:00
parent 0144d7ffcc
commit d8a75fc264

View File

@ -290,7 +290,7 @@ state of the session.
The user-agent can be retrieved from the `cs_user_agent`
column in the `access_log` table. The following query
can will get the unique user-agent names:
will get the unique user-agent names:
```sql
;SELECT DISTINCT cs_user_agent FROM access_log