Skip to content

Commit f1b9c86

Browse files
authored
fix a typo in a function name (#416)
1 parent 1297f3a commit f1b9c86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helper.fish

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ if test -z "$MINIMAL_DEBUG_INFO"
166166
set -gx MINIMAL_DEBUG_INFO (findMinimalDebugInfo)
167167
end
168168
169-
function defaultArchecture
169+
function defaultArchitecture
170170
if test (count $argv) -lt 1
171171
set -gx DEFAULT_ARCHITECTURE "westmere"
172172
else
@@ -185,7 +185,7 @@ function findDefaultArchitecture
185185
set v (fgrep DEFAULT_ARCHITECTURE $f | awk '{print $2}' | tr -d '"' | tr -d "'")
186186
end
187187
188-
defaultArchecture $v
188+
defaultArchitecture $v
189189
end
190190
191191
test -z "$DEFAULT_ARCHITECTURE"; and findDefaultArchitecture

0 commit comments

Comments
 (0)