summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Levine <rick@xoab.us>2023-02-16 05:02:07 -0800
committerRick Levine <rick@xoab.us>2023-02-16 05:02:07 -0800
commit5c4b1ce23fc491f5f8f4d42138f4c71f40c8a3f5 (patch)
tree0c0026c6cfd8bdf36ce713cd20d8a2ecb4901747
parent42bbeb9891eb05c0675d716fac16a95b1fb4d2d3 (diff)
Fix typos
-rw-r--r--lib/debug.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/debug.py b/lib/debug.py
index 890280f8..aae9ae81 100644
--- a/lib/debug.py
+++ b/lib/debug.py
@@ -81,12 +81,12 @@ class Debug(object):
# 3. Touch a file named "DEBUG" at the top of your git repo, as above.
#
# 4. Create a symbolic link in the Inkscape extensions directory to the
- # top-level directory of your github repo. On a mac, for example:
+ # top-level directory of your git repo. On a mac, for example:
# cd ~/Library/Application\ Support/org.inkscape.Inkscape/config/inkscape/extensions/
- # ln -s <full path to the top level of your Ink/Stitch github repo>
+ # ln -s <full path to the top level of your Ink/Stitch git repo>
# On other architectures it may be:
# cd ~/.config/inkscape/extensions
- # ln -s <full path to the top level of your Ink/Stitch github repo>
+ # ln -s <full path to the top level of your Ink/Stitch git repo>
# Remove any other Ink/Stitch files or references to Ink/Stitch from the
# extensions directory, or you'll see duplicate entries in the Ink/Stitch
# extensions menu in Inkscape.