summaryrefslogtreecommitdiff
path: root/camlibs/ptp2/ptp-parse.pl
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/ptp2/ptp-parse.pl')
-rw-r--r--camlibs/ptp2/ptp-parse.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/ptp2/ptp-parse.pl b/camlibs/ptp2/ptp-parse.pl
index 19db5ecfa..c6d66cc5c 100644
--- a/camlibs/ptp2/ptp-parse.pl
+++ b/camlibs/ptp2/ptp-parse.pl
@@ -249,7 +249,7 @@ sub xml_handle_end {
# type == 1 during send ... print parameters sent to camera
# type == 3 after response ... print data returned
# @bytes - bulk container in response (no data)
-# @curdata - bulk data if command had seperate datastream
+# @curdata - bulk data if command had separate datastream
sub
dump_ptp_line() {
my($type,$code,$bytesref,$curdataref) = @_;