Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix a few typos #193

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Here is an example of these rules applied:
## Pull Requests

Please keep your pull requests focused on one specific thing only. If you
have a number of contributions to make, then please send seperate pull
have a number of contributions to make, then please send separate pull
requests. It is much easier on maintainers to receive small, well defined,
pull requests, than it is to have a single large one that batches up a
lot of unrelated commits.
Expand Down
2 changes: 1 addition & 1 deletion symposion/reviews/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def has_permission(user, proposal, speaker=False, reviewer=False):
"""
Returns whether or not ther user has permission to review this proposal,
Returns whether or not there user has permission to review this proposal,
with the specified requirements.

If ``speaker`` is ``True`` then the user can be one of the speakers for the
Expand Down
2 changes: 1 addition & 1 deletion symposion/sponsorship/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class Sponsor(models.Model):
editable=False, verbose_name=_("Sponsor logo"))

# Whether things are complete
# True = complete, False = incomplate, Null = n/a for this sponsor level
# True = complete, False = incomplete, Null = n/a for this sponsor level
web_logo_benefit = models.NullBooleanField(_("Web logo benefit"), help_text=_(u"Web logo benefit is complete"))
print_logo_benefit = models.NullBooleanField(_("Print logo benefit"), help_text=_(u"Print logo benefit is complete"))
print_description_benefit = models.NullBooleanField(_("Print description benefit"), help_text=_(u"Print description benefit is complete"))
Expand Down
2 changes: 1 addition & 1 deletion symposion/static/tabletools/js/TableTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ TableTools = function( oDT, oOpts )

/**
* Tag names that are used for creating collections and buttons
* @namesapce
* @namespace
*/
"tags": {}
};
Expand Down