hgext/narrow/narrowcommands.py
changeset 42822 383fdfa6bba9
parent 42433 8381b7067f17
child 42823 268662aac075
--- a/hgext/narrow/narrowcommands.py	Fri Aug 23 17:03:42 2019 -0400
+++ b/hgext/narrow/narrowcommands.py	Thu Aug 22 16:47:31 2019 -0700
@@ -368,7 +368,7 @@
     opts = pycompat.byteskwargs(opts)
     if repository.NARROW_REQUIREMENT not in repo.requirements:
         raise error.Abort(_('the tracked command is only supported on '
-                            'respositories cloned with --narrow'))
+                            'repositories cloned with --narrow'))
 
     # Before supporting, decide whether it "hg tracked --clear" should mean
     # tracking no paths or all paths.