File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -276,15 +276,15 @@ public static function getCurrentBranchData() : array
276
276
}
277
277
}
278
278
if (!$ cur_crt_usable ) {
279
- throw new Exception ("The passed CRT ' $ cur_crt' doesn't match any availbale for branch ' $ current_branch_name' " );
279
+ throw new Exception ("The passed CRT ' $ cur_crt' doesn't match any available for branch ' $ current_branch_name' " );
280
280
}
281
281
$ data = $ branches [$ current_branch_name ][$ cur_crt ];
282
282
} else {
283
283
/* Evaluate CRTs, to avoid ambiquity. */
284
284
$ crt = key ($ branches [$ current_branch_name ]);
285
285
$ data = $ branches [$ current_branch_name ][$ crt ];
286
286
if ($ crt != $ cur_crt ) {
287
- throw new Exception ("The passed CRT ' $ cur_crt' doesn't match any availbale for branch ' $ current_branch_name' " );
287
+ throw new Exception ("The passed CRT ' $ cur_crt' doesn't match any available for branch ' $ current_branch_name' " );
288
288
}
289
289
}
290
290
You can’t perform that action at this time.
0 commit comments