#!/bin/bash

aspell \
	-d en_US \
	-p ${PWD}/aspell/.aspell.en_US.pws \
	--ignore=2 \
	--run-together \
	--run-together-limit=10 \
	--run-together-min=3 \
	check $@
