Skip to content

Commit 2fb7230

Browse files
committed
fixed typos
1 parent 62c478d commit 2fb7230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_import.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ function tomo_2_GeoData(filename::String; vel_type::String = "vs")
373373
# create lon, lat, depth grid
374374
Lon, Lat, Depth = lonlatdepth_grid(lon, lat, .- depth)
375375

376-
# greate GeoDate struct
376+
# create GeoData struct
377377
Tomo_data = GeoData(Lon, Lat, Depth, (vel=vel,))
378378

379379
return Tomo_data

0 commit comments

Comments
 (0)