/var/cache/dictionaries-common/sqspell.php


1
2
3
4
5
6
7
8
9
10
<?php
### This file is part of the dictionaries-common package.
### It has been automatically generated.
### DO NOT EDIT!
$SQSPELL_APP = array (
  
'American English (aspell)' => 'aspell -a -d en_US   ',
  
'British English (aspell)' => 'aspell -a -d en_GB   ',
  
'Canadian English (aspell)' => 'aspell -a -d en_CA   ',
  
'English (aspell)' => 'aspell -a -d en   '
);