Skip to content

Commit

Permalink
fix spelling of "received"... still.
Browse files Browse the repository at this point in the history
  • Loading branch information
KathleenLabrie committed May 17, 2019
1 parent 5fdcadd commit ab26b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipe_system/cal_service/calrequestlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def get_cal_requests(inputs, caltype):

rq_events = []
for ad in inputs:
log.stdinfo("Recieved calibration request for {}".format(ad.filename))
log.stdinfo("Received calibration request for {}".format(ad.filename))
rq = CalibrationRequest(ad, caltype)
# Check that each descriptor works and returns a sensible value.
desc_dict = {}
Expand Down
2 changes: 1 addition & 1 deletion recipe_system/cal_service/transport_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def upload_calibration(filename):

def calibration_search(rq, howmany=1, return_xml=False):
"""
Recieves a CalibrationRequest object, encodes the data and make the request
Receives a CalibrationRequest object, encodes the data and make the request
on the appropriate server. Returns a URL, if any, and the MD5 hash checksum.
:parameter rq: CalibrationRequest obj
Expand Down

0 comments on commit ab26b75

Please sign in to comment.