Skip to content

Commit

Permalink
Fix typos and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
JMGaljaard committed Sep 16, 2022
1 parent fa10345 commit ae71baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fltk/util/config/definitions/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_orchestrator(config: DistributedConfig, cluster_manager: ClusterManager,
def get_arrival_generator(config: DistributedConfig, experiment: str) -> ArrivalGenerator:
"""
Retrieval function to create generator functions
@param config: Distributed (cluster) configuration with general coifguration.
@param config: Distributed (cluster) configuration with general configuration.
@type config: DistributedConfig
@param experiment: Experiment name.
@type experiment: str
Expand Down
2 changes: 1 addition & 1 deletion fltk/util/task/config/parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def __init__(self,

class ExperimentParser: # pylint: disable=too-few-public-methods
"""
Simpel parser to load load experiment configuration into a programmatic objects.
Simple parser to load experiment configuration into a programmatic objects.
"""

def __init__(self, config_path: Path):
Expand Down

0 comments on commit ae71baa

Please sign in to comment.