Skip to content

Commit

Permalink
Merge pull request #497 from guidow/fix_assoicate_typo
Browse files Browse the repository at this point in the history
Fix repeated typo "assoicate"
  • Loading branch information
opalmer committed Jun 29, 2015
2 parents a0a6e5c + 18ae1d9 commit 7e30d6c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyfarm/models/etc/models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ table_tag: ${table_prefix}tags
# The name of the table storing agent entries
table_agent: ${table_prefix}agents

# The name of the table which assoicates agents and software versions
# The name of the table which associates agents and software versions
table_agent_software_version_assoc: ${table_prefix}agent_software_version_associations

# The name of the table which assoicates agents and tags
# The name of the table which associates agents and tags
table_agent_tag_assoc: ${table_prefix}agent_tag_associations

# The name of the table which assoicated agents and mac addresses
# The name of the table which associated agents and mac addresses
table_agent_mac_address: ${table_prefix}agent_mac_addresses

# The name of the table containing jobs
Expand All @@ -51,20 +51,20 @@ table_job_type: ${table_prefix}jobtypes
# The name of the table containing job type versions
table_job_type_version: ${table_prefix}jobtype_versions

# The name of the table which assoicates jobs and tags.
# The name of the table which associates jobs and tags.
table_job_tag_assoc: ${table_prefix}job_tag_associations

# The name of the table which assoicates inter-job dependencies
# The name of the table which associates inter-job dependencies
table_job_dependency: ${table_prefix}job_dependencies

# The name of the table which assoicates job and software requirements
# The name of the table which associates job and software requirements
table_job_software_req: ${table_prefix}job_software_requirements

# The name of the table containing information about users to be notified
# of status changes form jobs
table_job_notified_users: ${table_prefix}notified_users

# The name of the table which assoicates software requirements and jobs
# The name of the table which associates software requirements and jobs
table_job_type_software_req: ${table_prefix}jobtype_software_requirements

# The name of the table containing tasks
Expand All @@ -76,7 +76,7 @@ table_user: ${table_prefix}users
# The name of the table containing role information
table_role: ${table_prefix}roles

# The name of the table which assoicates users and roles
# The name of the table which associates users and roles
table_user_role: ${table_prefix}user_roles

# The name of the table containing the job queues
Expand Down

0 comments on commit 7e30d6c

Please sign in to comment.