From 5c4b1ce23fc491f5f8f4d42138f4c71f40c8a3f5 Mon Sep 17 00:00:00 2001 From: Rick Levine Date: Thu, 16 Feb 2023 05:02:07 -0800 Subject: Fix typos --- lib/debug.py | 6 +++--- 1 file 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 + # ln -s # On other architectures it may be: # cd ~/.config/inkscape/extensions - # ln -s + # ln -s # 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. -- cgit v1.2.3