# HG changeset patch # User Pulkit Goyal # Date 1535224782 -10800 # Node ID 2675d561f5cbaebdda21a1004a8478e490b3cda8 # Parent 294c571490f02fa487c070dd17f36a68363a37d2 narrowspec: fix a typoed 'supported' Spotted by martinvonz. Differential Revision: https://phab.mercurial-scm.org/D4374 diff -r 294c571490f0 -r 2675d561f5cb 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):