summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@collabora.co.uk>2019-03-12 22:08:48 +0100
committerZeeshan Ali <zeenix@collabora.co.uk>2019-03-12 22:11:24 +0100
commite703b4c6c7858b0638acd7dc0206fed3747a98ac (patch)
tree203323541d6a4076953f71fd2d01dd238604e143
parent5bea832ae6f2db2faff95b003aebd5b48be5913d (diff)
downloadgeoclue-e703b4c6c7858b0638acd7dc0206fed3747a98ac.tar.gz
HACKING: Remove redundant backticks
-rw-r--r--HACKING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.md b/HACKING.md
index 1896103..e695e4a 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -46,7 +46,7 @@
- [Install meson](https://mesonbuild.com/Getting-meson.html).
- Ensure you have a geoclue user on your system. If it already exists, you may
- need to modify ``/etc/passwd`` file to make it a login user account.
+ need to modify `/etc/passwd` file to make it a login user account.
- Build and install geoclue.
@@ -64,7 +64,7 @@
G_MESSAGES_DEBUG=Geoclue /usr/libexec/geoclue
```
- If you get the following error, make sure ``geoclue`` process is not already
+ If you get the following error, make sure `geoclue` process is not already
running:
```