narrowspec: fix a typoed 'supported'
authorPulkit Goyal <pulkit@yandex-team.ru>
Sat, 25 Aug 2018 22:19:42 +0300
changeset 39525 2675d561f5cb
parent 39524 294c571490f0
child 39526 c6eb2118f44f
narrowspec: fix a typoed 'supported' Spotted by martinvonz. Differential Revision: https://phab.mercurial-scm.org/D4374
mercurial/narrowspec.py
--- a/mercurial/narrowspec.py	Mon Sep 10 16:29:22 2018 +0300
+++ b/mercurial/narrowspec.py	Sat Aug 25 22:19:42 2018 +0300
@@ -120,7 +120,7 @@
                                                             'narrow')
     if profiles:
         raise error.Abort(_("including other spec files using '%include' is not"
-                            " suported in narrowspec"))
+                            " supported in narrowspec"))
     return includepats, excludepats
 
 def save(repo, includepats, excludepats):