Skip to content

Commit

Permalink
fix spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenjared committed Sep 6, 2024
1 parent 741ec22 commit 4df85bd
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 3 deletions.
45 changes: 45 additions & 0 deletions .custom_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@ Bionic's
Blazingly
bool
boolean
borked
breakpoint
browserconfig
BrowserNotificationMessages
brz
BugSubscription
bugtracker
BugTask
BugWatch
BugWatches
bugzilla
Expand All @@ -55,8 +57,13 @@ buildd
builddeb
bzr
bzr's
callgrind
Canonical's
CanonicalUrlData
capitalization
CategoryTesting
CategoryTipsAndTricks
cd
Centralized
centralized
cfg
Expand All @@ -66,6 +73,7 @@ changelog
changeset
changesets
charmcraft
chroot
Cmd
CMDLINE
Cobol
Expand All @@ -89,9 +97,11 @@ cryptographic
cryptographically
CSCVS
css
ctl
Ctrl
customisable
customisations
customizations
customize
CVE
Dalia
Expand Down Expand Up @@ -120,10 +130,13 @@ DecoratedResultSets
defense
defense
deps
deryck
Desc
dev
devpad
dh
dia
dir
DirectDelivery
directDelivery
Distro
Expand All @@ -149,7 +162,9 @@ el
else's
emphasizes
emphazising
ENOSPC
EnumCol
environ
epydoc
Epytext
ExceptionGuidelines
Expand Down Expand Up @@ -178,6 +193,7 @@ fti
functiondef
ganesha
gangotri
GDB
geoIP
geoip
getFeatureFlag
Expand Down Expand Up @@ -224,6 +240,7 @@ IRangeFactory
irc
IRCMeetings
iter
iterable
Javadoc
javascript
JavascriptUnitTesting
Expand All @@ -232,7 +249,10 @@ jenkins
jinja
js
JScript
json
JSONEncoder
KCacheGrind
kcachegrind
keyring
kiko
kompare
Expand All @@ -244,6 +264,7 @@ LaunchpadFormView
LaunchpadObjectFactory
LaunchpadPpa
LaunchpadProductionStatus
LaunchpadStatementTracer
LaunchpadView
lazr
libera
Expand All @@ -253,6 +274,7 @@ listdir
ListRangeFactory
LivePatching
LiveScript
LocationError
logpoints
logrotate
lookup
Expand All @@ -265,6 +287,7 @@ Lp's
lpbuildbot
lpbuildd
lpci
LPCONFIG
LPHowTo
lpnet
lpreview
Expand All @@ -284,6 +307,8 @@ matic
maximize
mbox
mboxMailer
Meinel’s
meliae
MemCache
memcache
milestoneoverlay
Expand All @@ -294,6 +319,7 @@ minimize
mmm
MockIo
mockups
moin
mojo
mozilla
natively
Expand All @@ -302,6 +328,7 @@ NavigationMenus
newsampledata
nfs
NPM
normalized
NTP
NULLs
Expand All @@ -324,6 +351,7 @@ organizing
orm
os
OSA
osageorang
OWASP
OWASP's
PageSpeed
Expand All @@ -336,6 +364,7 @@ PatchSubmission
pdb
pentested
performant
PerLanguageStatisticsView
pgbouncer
pgSQL
pgsql
Expand Down Expand Up @@ -388,10 +417,12 @@ programmatically
prometheus
proname
proxied
pstats
psql
px
py
pydoctor
pygdb
pypa
PyPI
qa
Expand Down Expand Up @@ -439,6 +470,7 @@ setupDTCBrowser
setupRosettaExpertBrowser
setuptools
SFTP
SIGHUP
simplejson
simplestreams
Slony
Expand All @@ -464,14 +496,17 @@ sqlbuilder
SQLObject
SQLObject's
SQLObjectResultSets
sqltrace
SRE
SREs
srv
SshConnectionMultiplexing
SSO
StagingServer
standardized
stderr
stdin
stdout
stepto
steve
stg
Expand Down Expand Up @@ -499,8 +534,10 @@ synchronize
synchronizing
syntax
syntaxes
sysctl
systemd
TableRenamePatch
tal
talisker
TAs
TeamEmail
Expand All @@ -520,21 +557,26 @@ TestsFromChanges
TestsStyleGuide
testtools
textarea
thusly
TipsForReviewers
TLS
tmp
todrop
traceback
tracebacks
tradeoff
tradeoffs
Transactional
TranslationGroup
TranslationImportQueue
TranslationMessage
TranslationTemplateItem
traveled
traversers
triaged
triaging
tsearch
txt
Ubuntu
ubuntu
UCT
Expand All @@ -543,6 +585,7 @@ unauthorized
uncheck
Uncomment
unittest
unittests
unobvious
unproxied
unsuffixed
Expand All @@ -567,12 +610,14 @@ VM
VMs
VPN
VPOTExport
VSCode
webapp
webdav
webhook
webservice
webservice's
webservices
wget
wgrant's
whitespace
wildcherry
Expand Down
6 changes: 3 additions & 3 deletions how-to/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ F1 to open the command palette and type

Remote-SSH: Open SSH Configuration file

. From the drop-down choose your home ssh cofing file (~/.ssh/config -
. From the drop-down choose your home ssh config file (~/.ssh/config -
if you don't have one create it and add your configuration). Add the
following entry to it (for Host I have the name of my Buildd VM and for

Expand Down Expand Up @@ -355,7 +355,7 @@ capitalization and space normalized. For example,
StormStatementRecorder(lambda sql: 'STRUCTURALSUBSCRIPTION' in sql)

would get you tracebacks when the SQL has something to do with
structural subscriptons.
structural subscriptions.

Getting more information in your tracebacks
-------------------------------------------
Expand Down Expand Up @@ -537,7 +537,7 @@ or
qastaging

, this is already set up for you. You may need to ask a LOSA to
temporaily increase the timeout for the page that you want to analyze
temporarily increase the timeout for the page that you want to analyze
using the feature flags mechanism (e.g., if you want to profile
BugTask:+index pages, you'll need to ask LOSAs to add something like

Expand Down

0 comments on commit 4df85bd

Please sign in to comment.