launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #06708
[Merge] lp:~sabdfl/maas/speling into lp:maas
Mark Shuttleworth has proposed merging lp:~sabdfl/maas/speling into lp:maas.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~sabdfl/maas/speling/+merge/97591
My friends call me MAAS.
--
https://code.launchpad.net/~sabdfl/maas/speling/+merge/97591
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~sabdfl/maas/speling into lp:maas.
=== modified file 'utilities/normalize-spelling'
--- utilities/normalize-spelling 2012-02-24 17:36:09 +0000
+++ utilities/normalize-spelling 2012-03-15 09:01:36 +0000
@@ -11,4 +11,4 @@
# the capitalization of the first letter.
bzr ls -VR --kind=file --null \
| xargs -r0 grep -Iil maas --null \
- | xargs -r0 sed -i 's/M[Aa][Aa][Ss]/MaaS/g;s/m[Aa][Aa][Ss]/maas/g'
+ | xargs -r0 sed -i 's/M[Aa][Aa][Ss]/MAAS/g;s/m[Aa][Aa][Ss]/maas/g'
Follow ups